Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin42 authored May 21, 2017
1 parent 4b489a3 commit 956404f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const Heading = styled.h1`
### Usage with Aphrodite
```javascript
import { fadeIn } from 'animate-components';

import { StyleSheet, css } from 'aphrodite';

const styles = StyleSheet.create({
Expand All @@ -132,7 +133,7 @@ const styles = StyleSheet.create({
});
```

### Usage with Glamor
### Usage with glamor
```javascript
import { fadeIn } from 'animate-components';

Expand Down

0 comments on commit 956404f

Please sign in to comment.