Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phillwiggins authored Jan 10, 2019
1 parent 8764d4b commit 522d003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ The features available are:-
You can create custom objects by calling:
```
var dietPlan = ParseObject('DietPlan')
..setValue('Name', 'Ketogenic')
..setValue('Fat', 65);
..set('Name', 'Ketogenic')
..set('Fat', 65);
```
You then have the ability to do the following with that object:
The features available are:-
Expand Down

0 comments on commit 522d003

Please sign in to comment.