Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkis committed Feb 20, 2017
1 parent ec070cd commit e62d909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# prism
# prism fundamentals

The main goal of this toolset is to easily allow user to isolate `react-redux` components. Imagine you have a counter with following `reducer` and React `Component`:

Expand Down Expand Up @@ -47,7 +47,7 @@ const RootComponent = () => (
);
```

But what if we want two Counters?
But what if we want *two Counters*?

```js
const RootComponent = () => (
Expand Down

0 comments on commit e62d909

Please sign in to comment.