Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fsilvestremorais committed Nov 25, 2012
1 parent e737128 commit 25e5798
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 @@ -8,7 +8,7 @@ SharedPrefences of android is limited, only accept theses types: int,float,long,

How to use:

You can persist your models with ComplexPreferences. The Class of object need has getters and setters!!!!!
You can persist your models with ComplexPreferences.
```java
User user = new User();
user.setName("Felipe");
Expand Down

0 comments on commit 25e5798

Please sign in to comment.