Skip to content

Commit

Permalink
Merge pull request #28 from jennifer-starratt/master
Browse files Browse the repository at this point in the history
Removed beta references from README.
  • Loading branch information
jey-starratt authored May 4, 2020
2 parents 8ded247 + e6e00e1 commit a32d493
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Interested in joining our beta?
The Mailchimp SDK is currently in a private beta. If you'd like to join the beta send your Mailchimp username to [[email protected]](mailto:[email protected]?subject=I%27d%20like%20to%20join%20the%20Mailchimp%20SDK%20Private%20Beta).

[<img width="250" height="119" src="https://developer.mailchimp.com/documentation/mailchimp/img/lockup.svg"/>](http://www.mailchimp.com)

# MailchimpSDK-iOS
Expand All @@ -24,7 +21,7 @@ The Mailchimp SDK is currently in a private beta. If you'd like to join the beta

### Retrieving SDK Key

* The Mailchimp SDK is currently in a private beta. If you'd like to join the beta send your Mailchimp username to [[email protected]](mailto:[email protected]?subject=I%27d%20like%20to%20join%20the%20Mailchimp%20SDK%20Private%20Beta).
* See the [Mailchimp SDK documentation](https://github.com/mailchimp/Mailchimp-SDK-iOS#retrieving-sdk-key) for details on retrieving the key.

## Installation
### Option 1: Cocoapods
Expand All @@ -46,7 +43,7 @@ pod 'MailchimpSDK'

The initialize method has three different fields.

* SDK Key (Required): The SDK key gives you access to your audience. The Mailchimp SDK is currently in a private beta. If you'd like to join the beta send your Mailchimp username to [[email protected]](mailto:[email protected]?subject=I%27d%20like%20to%20join%20the%20Mailchimp%20SDK%20Private%20Beta).
* SDK Key (Required): The SDK key gives you access to your audience.
* Debug Mode (Optional): Debug Mode enables additional debug only functionality such as extra logging. This is off by default.
* Auto Tagging (Optional): Auto Tagging automatically tags contacts with information such as Device Type and Platform. This is on by default.

Expand Down

0 comments on commit a32d493

Please sign in to comment.