Skip to content

Commit

Permalink
update README to include stylesheet;
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfly361 committed Feb 12, 2017
1 parent 1b3ffc8 commit ed008d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and [semantic-ui-react](http://react.semantic-ui.com/introduction).

## Usage

Add the following stylesheet to your *index.html*:

```html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/semantic.min.css">
```


Put the following in the `:dependencies` vector of your *project.clj*

```clojure
Expand Down

0 comments on commit ed008d0

Please sign in to comment.