diff --git a/docs/docs/guides/GETTING_STARTED.mdx b/docs/docs/guides/GETTING_STARTED.mdx index ddb19661..634b01a9 100644 --- a/docs/docs/guides/GETTING_STARTED.mdx +++ b/docs/docs/guides/GETTING_STARTED.mdx @@ -50,7 +50,7 @@ For react-native-worklets-core its necessary to add a plugin to your `babel.conf ```js module.exports = { plugins: [ - ["react-native-reanimated/plugin", { processNestedWorklets: true }], + ["react-native-worklets/plugin", { processNestedWorklets: true }], // ... ], // ...