diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-09-25 08:05:33 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-09-25 08:05:33 +0000 |
| commit | 0ffcbffa8c84540c4e8bbec747a578e353fb844c (patch) | |
| tree | 64b436c4ea196a590125a331dde3462f5e434165 | |
| parent | add VJmidiKit (diff) | |
| download | mmm-0ffcbffa8c84540c4e8bbec747a578e353fb844c.tar.gz mmm-0ffcbffa8c84540c4e8bbec747a578e353fb844c.zip | |
minor readme fix
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,13 +8,13 @@ What? ----- This repo is roughly split into three parts: -- `mmm.dom`, `mmm.component`: polymorphic Lua/Moonscript modules web development. +- `mmm.dom`, `mmm.component`: polymorphic Lua/Moonscript modules for web development. \[[code: `mmm`](mmm) - [docs](https://mmm.s-ol.nu/meta)\] - `mmmfs`: the CMS/FS powering [mmm.s-ol.nu](https://mmm.s-ol.nu). \[[code: `mmm/mmmfs`](mmm/mmmfs) - [article](https://mmm.s-ol.nu/articles/mmmfs)\] - the page contents: includes my portfolio, blog, experiments... - authored using a mix of Moonscript, Markdown and HTML, thanks to the power of `mmmfs`. - \[[data: `root`](root), but you might want to read a bit about mmmfs before you jump in. + authored using a mix of Moonscript, Markdown and HTML, thanks to the power of `mmmfs`. + \[[data: `root`](root), but you might want to read a bit about mmmfs before you jump in.] Building & Viewing ------------------ |
