From ab89102a441c1a8cc5c3b79cd940cc979a7bd137 Mon Sep 17 00:00:00 2001 From: Mateus Andrade Date: Thu, 25 May 2017 17:44:23 -0300 Subject: [PATCH] README updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3f923e3..4ef9a65c 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,11 @@ Sync gradle and go :) We unified our library's methods to bring more efficiency and simplify the usability for other developers. We hope that you enjoy it. :) -`setItem(key, value, options)`: You can insert data into shared preferences & keychain using this method. +`setItem(key, value, options)`: You can insert data into shared preferences & keychain using this promise method. `getItem(key, options)`: This promise will get value from given key. -`deleteItem(key, options)`: (New method since this version) It will delete value from given key +`deleteItem(key, options)`: It will delete value from given key `getAllItems(options)`: Will retrieve all keys and values from Shared Preferences & Keychain