Skip to content

Commit 632fe30

Browse files
authored
docs: Fix typo in README.md (#693)
1 parent 18706c8 commit 632fe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Make sure you have `react-native-reanimated` in your project and the plugin setu
145145

146146
```js
147147
// babel.config.js
148-
plugins: ['react-native-reanimated/plugin'];
148+
plugins: ['react-native-reanimated/plugin'],
149149
```
150150

151151
## Writing stories

0 commit comments

Comments
 (0)