Skip to content

Commit

Permalink
update README;
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfly361 committed Feb 12, 2017
1 parent b750904 commit 1b3ffc8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0-SNAPSHOT
## 0.2.0

* targets semantic-ui-react version "0.64.0-0"

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and [semantic-ui-react](http://react.semantic-ui.com/introduction).
Put the following in the `:dependencies` vector of your *project.clj*

```clojure
[soda-ash "0.2.0-SNAPSHOT"]
[soda-ash "0.2.0"]
```

Then require soda-ash in your namespace.
Expand Down Expand Up @@ -67,6 +67,12 @@ However, in clojurescript with soda-ash, you'd write something like this:
```


## Gotchas

* Renamed List to ListSA to avoid confusion with clojure.core/list
* Renamed Comment to CommentSA to avoid confusion with clojure.core/comment


## Questions

If you have questions, I can usually be found hanging out in the
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject soda-ash "0.2.0-SNAPSHOT"
(defproject soda-ash "0.2.0"
:description "Soda-ash is an interface between clojurescript's reagent
and Semantic UI React"
:url "https://github.com/gadfly361/soda-ash"
Expand Down

0 comments on commit 1b3ffc8

Please sign in to comment.