Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nmartinezb3 authored Sep 30, 2017
1 parent c24fca1 commit cadfa50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ In order to preview the component during development:
4. Install the package from the symlink: ```npm link my-react-components``` (check the package name you set in ```package.json```)
5. Import the component: ```import { MyComponent } from 'my-react-components'```
6. Use it! ```<MyComponent />```
7. Everytime you make a change in the component, the changes will be reflected immediately in the preview project.

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

0 comments on commit cadfa50

Please sign in to comment.