Skip to content

Commit 9f662f7

Browse files
committed
Update for cljc, 0.1.3-SNAPSHOT
1 parent 5f5fe0a commit 9f662f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can use xapi-schema to validate statements in real-time [[http://yetanalytic
1818
** Getting Started
1919
1. 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
2323
2. 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

0 commit comments

Comments
 (0)