File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ You can use xapi-schema to validate statements in real-time [[http://yetanalytic
1818** Getting Started
19191. Add to your project dependencies:
2020 #+BEGIN_SRC clojure
21- [[com.yetanalytics/xapi-schema "0.1.2 "]]
21+ [[com.yetanalytics/xapi-schema "0.1.3-SNAPSHOT "]]
2222 #+END_SRC
23232. Require in your project:
2424 #+BEGIN_SRC clojure
@@ -143,11 +143,11 @@ xapi_schema.core.validate_statement_data_js(statement_json); // => statement JSO
143143
144144*** Clojure
145145
146- =$ lein do cljx, spec= or =$ lein spec-clj= (alias)
146+ =$ lein spec= or =$ lein spec-clj= (alias)
147147
148148*** ClojureScript
149149
150- =$lein do cljx, cljsbuild once test= or =$ lein spec-cljs= (alias)
150+ =$lein cljsbuild once test= or =$ lein spec-cljs= (alias)
151151
152152** License
153153
You can’t perform that action at this time.
0 commit comments