Skip to content

Commit

Permalink
Merge pull request #8 from Ashera138/master
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
chingiz committed Dec 27, 2018
2 parents 69a6220 + ec249af commit 3c89240
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Small Shared Preference Library for Android

# Download

You can download a source code from Github's [releases page](https://github.com/Chingiz/SessionManager-Android/releases/tag/1.1).
You can download the source code for this project from Github's [releases page](https://github.com/Chingiz/SessionManager-Android/releases/tag/1.1).

Or use Gradle
You can also get the source code with [Gradle](https://gradle.org/):

Add it in your root build.gradle at the end of repositories:
Step 1. Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories:

allprojects {
repositories {
Expand All @@ -23,7 +23,7 @@ Step 2. Add the dependency
}

# How do I use SessionManager?
Before using SessionManager initialize the SessionManager on your Application class.
Before using `SessionManager`, initialize the `SessionManager` on your `Application` class.

```
public class SessionManagerApplication extends Application {
Expand All @@ -38,7 +38,7 @@ public class SessionManagerApplication extends Application {
}
```

Step 2 (create enum class) :
Step 2 - Create an enum.

```
public enum SessionKeys {
Expand All @@ -58,7 +58,7 @@ public enum SessionKeys {
}
```

Step 3:
Step 3.

```
@Override
Expand Down

0 comments on commit 3c89240

Please sign in to comment.