Skip to content

Commit ead2234

Browse files
authored
Update README example path (#3315)
Update README.md Update wrong import path
1 parent db2c1e6 commit ead2234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm install --save react-shepherd
2020

2121
```tsx
2222
import { Component, useContext } from 'react';
23-
import { ShepherdJourneyProvider, useShepherd } from '@shepherdpro/react';
23+
import { ShepherdJourneyProvider, useShepherd } from 'react-shepherd';
2424
import newSteps from './steps';
2525

2626
const tourOptions = {

0 commit comments

Comments
 (0)