From b3c2aa1fa732938bfe02025ce778aab589534e97 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferrai Date: Mon, 14 Jan 2019 00:21:14 +0200 Subject: [PATCH] Fix typo in `require` of first example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6559f75..35b8123 100644 --- a/README.md +++ b/README.md @@ -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