Skip to content

Commit

Permalink
Fix typo in require of first example
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f committed Jan 13, 2019
1 parent cc284de commit b3c2aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ the issues labeled with ["standard compliance"][standard-compliance-issues].
## HOWTO

```clojure
(require '[dhall-clojure.core :refer [input input-ast]])
(require '[dhall-clj.core :refer [input input-ast]])

;; We can run compile and run Dhall expression in Clojure with the `input` function.
;; Note that the result of the evaluation is a Clojure value
Expand Down

0 comments on commit b3c2aa1

Please sign in to comment.