Skip to content

Commit 188a693

Browse files
committed
fixed ns alias
1 parent 7db0b29 commit 188a693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can use xapi-schema to validate statements in real-time [[http://yetanalytic
2323
2. Require in your project:
2424
#+BEGIN_SRC clojure
2525
(ns your-project.core
26-
(:require [xapi-schema.core :as x]
26+
(:require [xapi-schema.core :as xs]
2727
[xapi-schema.schemata.json :as json]))
2828
#+END_SRC
2929

0 commit comments

Comments
 (0)