Skip to content

Commit

Permalink
application class comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash1in committed Feb 19, 2016
1 parent bf0e656 commit 289a1b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ obj.save().then(function(obj) {

Example using it on Android:
```
//in your application class
Parse.initialize(new Parse.Configuration.Builder(getApplicationContext())
.applicationId("myAppId")
.clientKey("myClientKey")
Expand Down

0 comments on commit 289a1b6

Please sign in to comment.