diff --git a/README.md b/README.md
index 2b824321..28bf940b 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@
 ## Features
 
 * **Like Instagram mobile application**. Goinsta is very similar to Instagram official application.
-* **Simple**. Goinsta made by lazy programmer !
+* **Simple**. Goinsta is made by a lazy programmer!
 * **Backup methods**. You can use `store` package to export/import `goinsta.Instagram` struct.
-* **No Dependency**. Goinsta will not use any unofficial Golang packages.
+* **No External Dependencies**. Goinsta will not use any Go packages outside of the standard library.
 
 ## Installation 
 
@@ -40,7 +40,7 @@ func main() {
 }
 ```
 
-* [**More Examples**](https://github.com/ahmdrz/goinsta/tree/master/examples)
+* [**More Examples**](https://github.com/ahmdrz/goinsta/tree/master/_examples)
 
 ## Legal
 
diff --git a/examples/comment_bot/main.go b/_examples/comment_bot/main.go
similarity index 100%
rename from examples/comment_bot/main.go
rename to _examples/comment_bot/main.go
diff --git a/examples/follow_bot/main.go b/_examples/follow_bot/main.go
similarity index 100%
rename from examples/follow_bot/main.go
rename to _examples/follow_bot/main.go