diff --git a/README.md b/README.md index 7f06d35..548d030 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Memex supports: - [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). #### Data @@ -36,9 +37,9 @@ Stored in a human-readable, flat-file database called [Indental](https://wiki.xx #### 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) +- [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 ``` @@ -48,6 +49,7 @@ 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. #### App Development