Skip to content

Commit

Permalink
Merge pull request commonmark#43 from shaunlebron/master
Browse files Browse the repository at this point in the history
add README for chance
  • Loading branch information
Martin Klepsch committed Feb 19, 2015
2 parents 61bba6a + 57b5584 commit cb42a8f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions chance/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# cljsjs/chance

[](dependency)
```clojure
[cljsjs/chance "0.7.3-0"] ;; latest release
```
[](/dependency)

This jar comes with `deps.cljs` as used by the [Foreign Libs][flibs] feature
of the Clojurescript compiler. After adding the above dependency to your project
to can require the packaged library like so:

```clojure
(ns application.core
(:require cljsjs.chance))
```

[flibs]: https://github.com/clojure/clojurescript/wiki/Foreign-Dependencies

0 comments on commit cb42a8f

Please sign in to comment.