Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Takahiro Hozumi committed Sep 19, 2012
1 parent 003c533 commit b316b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You need to prepare a data shelf as following.
(def data (atom {}))
```

We will put all the data retrieved from the server into this atom, but you can also prepare multiple atoms to group data by kind if you want.
We will put all the data retrieved from the server into this atom, but you can use multiple atoms in order to group data by kind if you want.
Typical data shelf will contain following nested hashmap.

```clojure
Expand All @@ -32,7 +32,7 @@ Typical data shelf will contain following nested hashmap.
{:userid "adam" :lang "en"}}
```

You can arrange above structure as you like.
You can arrange above structure as you need.

### DOM Shelf
DOM shelf is view minus behavior, i.e. dom holder.
Expand Down

0 comments on commit b316b47

Please sign in to comment.