aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-03-28 11:42:09 +0200
committerKim Alvefur <zash@zash.se>2023-03-28 11:42:09 +0200
commit4a78b88efd588d88586ae175b6649fe079dbe891 (patch)
tree31831cff62ac8c87300dc95a3ace322040d63f57 /teal-src
parentef5dfa900fbdc742237d3e69879401566fa82fd3 (diff)
downloadprosody-4a78b88efd588d88586ae175b6649fe079dbe891.tar.gz
prosody-4a78b88efd588d88586ae175b6649fe079dbe891.zip
teal-src/README: Tweak markdown syntax
Diffstat (limited to 'teal-src')
-rw-r--r--teal-src/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/teal-src/README.md b/teal-src/README.md
index 27677563..6e3f9c26 100644
--- a/teal-src/README.md
+++ b/teal-src/README.md
@@ -10,7 +10,9 @@ writing type-aware Teal using regular Lua or C code.
The Teal compiler can be installed from LuaRocks using:
- luarocks install tl
+```bash
+luarocks install tl
+```
## Checking types