Fixed example (#39)

Fixed minor error in example
This commit is contained in:
Paula Gearon 2021-10-13 07:15:05 -04:00 committed by GitHub
parent de4c3610c9
commit 401aeecf52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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