Skip to content

Commit

Permalink
feat(better documentation): better documentation
Browse files Browse the repository at this point in the history
better doc
  • Loading branch information
arlando committed Mar 27, 2016
1 parent 740c732 commit cb93b24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Documentation and demos here: [http://arlando.github.io/react-gradient-text](htt

## Sample Usage

```
```jsx
<GradientText data='today will be a really good day' gradient={[...colors]} animating={false} />
```

```jsx
<GradientText data='today will be a really good day' gradient={[...colors]} hoverable={true} />
```

0 comments on commit cb93b24

Please sign in to comment.