From 87349ced3555c8f0c9308daf99c874a66e002e7b Mon Sep 17 00:00:00 2001 From: shilpasupernova <44649843+shilpasupernova@users.noreply.github.com> Date: Thu, 1 Nov 2018 01:02:01 +0530 Subject: [PATCH] Minor Changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b98bc50..1c34f0d 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Step 2. Add the dependency compile 'com.github.Chingiz:SessionManager-Android:1.1' } -# How do I use SessionManager? -Before using SessionManager initialize the SessionManager on your Application class. +# How do I use SessionManager ? +Before using SessionManager,initialize the SessionManager on your Application class. ``` public class SessionManagerApplication extends Application {