Skip to content

Commit

Permalink
Merge pull request #4 from hashcube/modify-readme
Browse files Browse the repository at this point in the history
Remove done things from README
  • Loading branch information
rampr authored Oct 27, 2016
2 parents 7ae12d8 + 4c17524 commit 319a8c9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Please get the Kochava App GUID from the dashboard.
Include this module as a dependency in your game's manifest file.

```
"dependencies": {
"kochava": "https://github.com/hashcube/kochava.git#master"
}
devkit install https://github.com/hashcube/kochava.git
```

Then add `kochavaAppGUID` to iOS or android section.
Expand All @@ -18,7 +16,10 @@ Then add `kochavaAppGUID` to iOS or android section.
"ios": {
"kochavaAppGUID": "xxx"
},
```
## TODO
Events Support
Android Support
OR
"android": {
"kochavaAppGUID": "xxx"
},

0 comments on commit 319a8c9

Please sign in to comment.