summaryrefslogtreecommitdiffstats
path: root/src/module
diff options
context:
space:
mode:
Diffstat (limited to 'src/module')
-rw-r--r--src/module/greet.phel4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/module/greet.phel b/src/module/greet.phel
index 239e425..09f49bd 100644
--- a/src/module/greet.phel
+++ b/src/module/greet.phel
@@ -1,4 +1,4 @@
-(ns web-skeleton\module\greet)
+(ns lezer\module\greet)
(defn greet [name]
- (str "Hello, " name)) \ No newline at end of file
+ (str "Hello, " name))