Skip to content

Commit 08d656d

Browse files
committed
Merge branch 'master' of https://github.com/GrenderG/Prefs
2 parents cf1eb40 + d2a7deb commit 08d656d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131

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

0 commit comments

Comments
 (0)