diff --git a/README.md b/README.md
index 595e36ff..4a0b1b4b 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-
+
@@ -265,11 +265,11 @@ app.Adapt(view.HTML("./views", ".html").Reload(true))
FAQ & Documentation
-----------
-
+
1. [Getting Started with Go+Iris](http://gopherbook.iris-go.com)
-2. Official small but practical [examples](https://github.com/kataras/iris/tree/v6/_examples)
+2. Official small but practical [examples](https://github.com/kataras/iris/tree/v6/_examples#table-of-contents)
3. Navigate through [community examples](https://github.com/iris-contrib/examples) too
diff --git a/_examples/README.md b/_examples/README.md
index 9d42c9d7..abc8c4e9 100644
--- a/_examples/README.md
+++ b/_examples/README.md
@@ -2,16 +2,11 @@
This folder provides easy to understand code snippets on how to get started with web development with the Go programming language using the [Iris](https://github.com/kataras/iris) web framework.
-
It doesn't contains "best ways" neither explains all its features. It's just a simple, practical cookbook for young Go developers!
-Developers should read the official [documentation](https://godoc.org/gopkg.in/kataras/iris.v6) in depth.
-
-
-
-
-
## Table of Contents
+
+
* [Level: Beginner](beginner)
* [Hello World](beginner/hello-world/main.go)
@@ -75,4 +70,8 @@ Developers should read the official [documentation](https://godoc.org/gopkg.in/k
* [Multi](advanced/subdomains/multi/main.go)
* [Wildcard](advanced/subdomains/wildcard/main.go)
-> Take look at the [community examples](https://github.com/iris-contrib/examples) too!
+
+
+> Don't forget to take a quick look or add your own [examples in the community's repository](https://github.com/iris-contrib/examples)!
+
+> Developers should read the official [documentation](https://godoc.org/gopkg.in/kataras/iris.v6), in depth, for better understanding.