Improve README formatting.

This commit is contained in:
kor 2018-10-30 22:33:02 +13:00
parent 471a541370
commit 58ba6bef2c

View File

@ -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