Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton authored Jan 17, 2017
1 parent f558db2 commit b052dfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Demo: https://trendmicro-frontend.github.io/react-interpolate
<span
style={{
border: '1px solid #ccc',
padding: '5px 10px' }}
>
padding: '5px 10px'
}}
>
20
</span>
Expand All @@ -48,8 +48,8 @@ Demo: https://trendmicro-frontend.github.io/react-interpolate
```js
<Interpolate
replacement={[
<i>2017-01-01T00:00:00Z</i>,
<i>2017-01-10T23:59:59Z</i>
<i>{'2017-01-01T00:00:00Z'}</i>,
<i>{'2017-01-10T23:59:59Z'}</i>
]}
>
{'From {{0}} to {{1}}'}
Expand Down

0 comments on commit b052dfd

Please sign in to comment.