From d2a7deb3ea7e618e314dc1f138f19cac2920a073 Mon Sep 17 00:00:00 2001 From: Daniel Morales Date: Thu, 23 Feb 2017 02:51:50 +0100 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca3b19a..b1bbc77 100644 --- a/README.md +++ b/README.md @@ -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);