diff --git a/.gradle/2.2.1/taskArtifacts/cache.properties.lock b/.gradle/2.2.1/taskArtifacts/cache.properties.lock
index e09c927..62ff2cc 100644
Binary files a/.gradle/2.2.1/taskArtifacts/cache.properties.lock and b/.gradle/2.2.1/taskArtifacts/cache.properties.lock differ
diff --git a/.gradle/2.2.1/taskArtifacts/fileHashes.bin b/.gradle/2.2.1/taskArtifacts/fileHashes.bin
index 9fb46e7..89db854 100644
Binary files a/.gradle/2.2.1/taskArtifacts/fileHashes.bin and b/.gradle/2.2.1/taskArtifacts/fileHashes.bin differ
diff --git a/.idea/misc.xml b/.idea/misc.xml
index fbb6828..5d19981 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -37,7 +37,7 @@
-
+
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index d52821f..d6632be 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,18 +2,9 @@
-
-
-
-
-
-
+
+
-
-
-
-
-
@@ -52,16 +43,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -92,6 +73,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -2301,9 +2292,6 @@
-
-
-
@@ -2324,6 +2312,9 @@
+
+
+
@@ -2493,53 +2484,64 @@
1446403472261
+
+ 1446408331678
+
+
+ 1446408331678
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
+
+
-
-
-
+
-
+
+
+
+
-
+
-
+
@@ -2552,10 +2554,34 @@
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2568,10 +2594,18 @@
+
+
+
+
+
+
+
+
-
-
+
+
diff --git a/README.md b/README.md
index 4a93ccd..1792705 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Watching this repository will allow GitHub to email you whenever I publish a rel
---
# Gradle Dependency
-Add this line to your project `build.gradle`
+Add this line to your `build.gradle` project
```java
compile 'com.amirarcane.recent-images:recentimages:1.0.0'
@@ -24,7 +24,7 @@ compile 'com.amirarcane.recent-images:recentimages:1.0.0'
---
# Usage
-Just these lines to your class, that's it.
+Just add these lines to your class, that's it.
```java
RecentImages ri = new RecentImages();