aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-05-15 17:58:51 +1000
committerdaurnimator <quae@daurnimator.com>2017-05-15 18:00:06 +1000
commit2d7fb6bf929295a058b8a0634d180a570590eb4a (patch)
tree119a5b7b9e0fbbf9002d9a3b58047206468a92c2
parent058ee0ba3216c47a290f9f20a0159808eb0077ab (diff)
downloadfengari-2d7fb6bf929295a058b8a0634d180a570590eb4a.tar.gz
fengari-2d7fb6bf929295a058b8a0634d180a570590eb4a.tar.bz2
fengari-2d7fb6bf929295a058b8a0634d180a570590eb4a.zip
README: Add whitespace around headings
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1fea739..f40660a 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,12 @@
<img src="https://github.com/fengari-lua/fengari/raw/master/logo.png" alt="Fengari" width="304" height="304">
</p>
+
# fengari
+
🐺 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser
+
## So far
- [x] Lexing/Parsing
@@ -75,6 +78,7 @@
- [ ] `verybig.lua`
- [ ] DOM API binding: [https://github.com/fengari-lua/fengari-interop](https://github.com/fengari-lua/fengari-interop)
+
## References
- [Source code for Lua 5.3](lua.org/source/5.3/)