Skip to content

Commit

Permalink
Merge pull request #2 from arichiardi/patch-1
Browse files Browse the repository at this point in the history
Fix README typo
  • Loading branch information
weavejester committed May 26, 2016
2 parents 5c7a43f + a9c0108 commit 59f96a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The `class` attribute may be specified as a collection:
(dom/p {:class ["foo" "bar"]} "Hello World")
```

And the `style` attribute may be specified as a may:
And the `style` attribute may be specified as a map:

```clojure
(dom/p {:style {:color :red}} "Hello World")
Expand Down

0 comments on commit 59f96a5

Please sign in to comment.