We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2c1e6 commit ead2234Copy full SHA for ead2234
packages/react/README.md
@@ -20,7 +20,7 @@ npm install --save react-shepherd
20
21
```tsx
22
import { Component, useContext } from 'react';
23
-import { ShepherdJourneyProvider, useShepherd } from '@shepherdpro/react';
+import { ShepherdJourneyProvider, useShepherd } from 'react-shepherd';
24
import newSteps from './steps';
25
26
const tourOptions = {
0 commit comments