Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muddassir235 authored Sep 2, 2020
1 parent 9fec7ea commit 78111e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ load<Array<Boolean>>("mykey") // Arrays of all primitive types
.
.
.
load<MySerializableObject>("mykey") // Any Serializable object can be load.
load<MySerializableObject>("mykey") // Any Serializable object can be loaded.
load<ArrayList<MySerializableObject>>("mykey") // An ArrayList of any Serializable Object can also be loaded.
```
#### Safe Save and Load
Expand Down

0 comments on commit 78111e4

Please sign in to comment.