Skip to content

Commit

Permalink
Some description & update composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterborodatyy committed Apr 2, 2017
1 parent b3ea1ca commit bac3bd8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# mintance-php
# Mintance PHP Library
This library provides an API to track events and update profiles on Mintance.

Install with Composer
------------
Add mixpanel/mixpanel-php as a dependency and run composer update

```json
"require": {
...
"mintance/mintance-php" : "1.*"
...
}
```
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Mintance/mintance-php",
"name": "mintance/mintance-php",
"description": "The Official PHP library for Mintance",
"keywords": [
"mintance",
Expand Down

0 comments on commit bac3bd8

Please sign in to comment.