Skip to content

Commit 956404f

Browse files
authored
changed
1 parent 4b489a3 commit 956404f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/usage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ const Heading = styled.h1`
122122
### Usage with Aphrodite
123123
```javascript
124124
import { fadeIn } from 'animate-components';
125+
125126
import { StyleSheet, css } from 'aphrodite';
126127

127128
const styles = StyleSheet.create({
@@ -132,7 +133,7 @@ const styles = StyleSheet.create({
132133
});
133134
```
134135

135-
### Usage with Glamor
136+
### Usage with glamor
136137
```javascript
137138
import { fadeIn } from 'animate-components';
138139

0 commit comments

Comments
 (0)