Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/GrenderG/Prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenderG committed Mar 9, 2017
2 parents cf1eb40 + d2a7deb commit 08d656d
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 @@ -31,7 +31,7 @@ dependencies {

Usage
--
This is the basic usage, you can read values (specifying a defualt value or not) and write values like so:
This is the basic usage, you can read values (specifying a default value or not) and write values like so:
``` java
Prefs.with(yourContext).readInt(YOUR_KEY_VALUE);
Prefs.with(yourContext).readInt(YOUR_KEY_VALUE, defaultValue);
Expand Down

0 comments on commit 08d656d

Please sign in to comment.