Skip to content

Commit 522d003

Browse files
authored
Update README.md
1 parent 8764d4b commit 522d003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ The features available are:-
103103
You can create custom objects by calling:
104104
```
105105
var dietPlan = ParseObject('DietPlan')
106-
..setValue('Name', 'Ketogenic')
107-
..setValue('Fat', 65);
106+
..set('Name', 'Ketogenic')
107+
..set('Fat', 65);
108108
```
109109
You then have the ability to do the following with that object:
110110
The features available are:-

0 commit comments

Comments
 (0)