diff --git a/README.md b/README.md
index 5eed83e..7f06d35 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A bookmarks and notes application to help with storage and overview.
[Live web version here](https://kormyen.github.io/memex/)
-
+
Memex has two modes:
@@ -25,7 +25,8 @@ Memex supports:
- projects
- [themes](https://github.com/hundredrabbits/Themes)
-To change theme simply drag a theme svg file onto the Memex app/webpage. Theme files and more information can be found [here](https://github.com/hundredrabbits/Themes).
+To change theme simply drag a theme svg file onto the Memex app/webpage.
+Theme files and more information can be found [here](https://github.com/hundredrabbits/Themes).
#### Data
@@ -33,6 +34,12 @@ Stored in a human-readable, flat-file database called [Indental](https://wiki.xx
- [docs/content/data.ndtl](docs/content/data.ndtl)
+#### Live Examples
+
+[Kormyen's Memex](https://kormyen.github.io/memex/) - this repo
+[Shinestrength's Portfolio](http://www.shinestrength.xyz/) - [repo](https://github.com/shinestrength/memex)
+Dotcli's Memex - [repo](https://github.com/dotcli/memex)
+
#### Web Development
```
git clone git@github.com:kormyen/memex.git
@@ -40,7 +47,8 @@ cd memex
open Memex\docs\index.html in browser
```
-The web content is isolated in a folder to seperate it from app/Electron content. The folder is called 'docs' so that the 'Github Pages' feature can host it, another folder name doesn't seem supported.
+The web content is isolated in a folder to seperate it from app/Electron content.
+The folder is called 'docs' so that the 'Github Pages' feature can host it, another folder name doesn't seem supported.
#### App Development
```