Skip to content

Commit cadfa50

Browse files
authored
Update README.md
1 parent c24fca1 commit cadfa50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ In order to preview the component during development:
2828
4. Install the package from the symlink: ```npm link my-react-components``` (check the package name you set in ```package.json```)
2929
5. Import the component: ```import { MyComponent } from 'my-react-components'```
3030
6. Use it! ```<MyComponent />```
31+
7. Everytime you make a change in the component, the changes will be reflected immediately in the preview project.
3132

33+
For more information about npm symlinks, visit https://docs.npmjs.com/cli/link

0 commit comments

Comments
 (0)