Skip to content

Commit d2bd511

Browse files
committed
Merge branch 'cljx_to_cljc' of github.com:yetanalytics/xapi-schema into cljx_to_cljc
2 parents 2a2ea89 + 9f662f7 commit d2bd511

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)