aboutsummaryrefslogtreecommitdiffstats
path: root/app/init.moon
diff options
context:
space:
mode:
Diffstat (limited to 'app/init.moon')
-rw-r--r--app/init.moon4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/init.moon b/app/init.moon
index e97d6cc..0cf846a 100644
--- a/app/init.moon
+++ b/app/init.moon
@@ -33,9 +33,9 @@ experiments =
desc: 'Playground for Functional Tags'
render: -> require '.tags'
},
- quasihilbert: {
+ koch: {
desc: "lil' fractal thing",
- render: -> require '.quasihilbert'
+ render: -> require '.koch'
},
destify = (name, route) ->