Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrenderG authored Feb 23, 2017
1 parent f41c116 commit d2a7deb
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 d2a7deb

Please sign in to comment.