Skip to content

Commit

Permalink
fix: typo readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Apr 1, 2018
1 parent 129a44f commit 57d906c
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 @@ -6,7 +6,7 @@

![](https://i.imgflip.com/27euu2.jpg)

## 📜 Table content
## 📜 Table of content

- [Why](#why)
- [Usage](#usage)
Expand Down Expand Up @@ -120,7 +120,7 @@ const foo = ({ tor, render }) => (
<Value initial="foo">{render}</Value>
)

const Composed = adopt<RenderProps, Props>({
const Composed = adopt<RenderProps, Props>({
foo,
})

Expand Down

0 comments on commit 57d906c

Please sign in to comment.