Improve language in README.md

This commit is contained in:
Adrian Gruntkowski 2017-10-20 08:41:55 +02:00
parent 5045046f6a
commit cc731e8a77
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ can be written as:
[:div>p>b "Nested Element"]
```
The `:class` attribute accepts collections in addition to plain string.
The `:class` attribute can accept either a collection or a string.
```clj
[:div {:class ["a-class" (when active? "active") "b-class"]}]