From db0ec077be3a43bc913242823789b1f001505ba8 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 12 Jan 2020 22:40:28 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2d4bc6..abbcb91 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ if you want to manually print to template output. ## Example -foo.temple +### foo.temple + ``` {$ (def n 20) # Run at template compile time $} @@ -27,7 +28,8 @@ foo.temple ``` -main.janet +### main.janet + ``` (import temple) (temple/add-loader) -- 2.30.2