From 401aeecf5281fdf41704305bfbf20e21acc366a4 Mon Sep 17 00:00:00 2001 From: Paula Gearon Date: Wed, 13 Oct 2021 07:15:05 -0400 Subject: [PATCH] Fixed example (#39) Fixed minor error in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 295fa2f..303dd37 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ user=> (fw/watch "/tmp" (fn [result] (prn "result" result))) nil user=> (spit "/tmp/foobar123.txt" "foo") nil -user=> "result" {:path "/private/tmp/foobar123.txt", :type "create"} +user=> "result" {:path "/private/tmp/foobar123.txt", :type :create} ``` ## Run tests