Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarzka authored Apr 9, 2021
1 parent 62dac22 commit c7c14fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stylefy comes with modules that are optimised for specific UI libraries / framew
[stylefy "3.0.0"]
```

Then, based on the UI library you are using, add a corresponding DOM module:
Then, based on the UI library you are using, add a corresponding module:

**Reagent**

Expand All @@ -51,7 +51,7 @@ Then, based on the UI library you are using, add a corresponding DOM module:

**Other**

If your UI library is not listed above, use the generic DOM module:
If your UI library is not listed above, use the generic module:

```clj
[stylefy/generic-dom "3.0.0"]
Expand All @@ -74,7 +74,7 @@ The first tag is going to contain CSS definitions that are not going to change (
<style id="_stylefy-styles_"></style>
```

Require stylefy along with the DOM module:
Require stylefy along with the module:

```clj
(:require [stylefy.core :as stylefy]
Expand Down

0 comments on commit c7c14fd

Please sign in to comment.