Skip to content

Commit 277707a

Browse files
author
John Hutcheson
committed
adding readme info
1 parent 4743da4 commit 277707a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There are two ways you can include this library in you project. One is through C
1111
For Composer run:
1212

1313
```php
14-
composer require jhut89/mailchimp3php
14+
composer require jhut89/mailchimp3php:dev-master
1515
```
1616

1717
Then run `composer install` and add composer autoloader to your project with:

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"autoload":{
1212
"files": ["src/mailchimpRoot.php"]
1313
},
14-
"version":"dev-master",
1514
"require": {
1615
"php": ">=5.3.0"
1716
},

0 commit comments

Comments
 (0)