Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin42 authored Apr 19, 2017
1 parent 9bf662b commit 9e60a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default HOC('NewAnimation', newAnimation); // Creates the component

Note that HOC takes two arguments, one is the name of your component and the other is the keyframe defined for the animation.

If you want to create multiple animation components, create a single object and export it like this
If you want to create multiple animation components, create a single object and export it.

```javascript
// newAnimation.js
Expand Down Expand Up @@ -110,7 +110,7 @@ yarn build
```

### Running the animations
To check wether the animations and its properties are working, there is a [starter kit](). Import any newly created animation like this
To check wether the animations and its properties are working, there is a [starter kit](). Example -

```javascript
// ./starter/App.js
Expand Down

0 comments on commit 9e60a4e

Please sign in to comment.