Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cjinghong authored Apr 14, 2020
1 parent 65b1ab0 commit eb92fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
> This project is created to simplify the process of publishing a React component to npm. For a full tutorial on publishing React component to npm, please refer to [this guide](https://medium.com/@cjinghong)
> This project is created to simplify the process of publishing a React component to npm. For a full tutorial on publishing React component to npm, please refer to [this guide](https://medium.com/groftware/how-to-publish-your-react-component-on-npm-9cf48d91944d)
## Guide
1. Replace contents in `/src` with your React component.
Expand All @@ -23,4 +23,4 @@
1. Run `npm login` in your command line, and enter your credentials.
1. Run `npm publish`, and your React component will be uploaded to npm! You can find it at https://www.npmjs.com/package/[YOUR PACKAGE NAME] or your npm profile.

1. To update your package, make sure you remember to increment the `version` in `package.json`, and then perform Step #5 again.
1. To update your package, make sure you remember to increment the `version` in `package.json`, and then perform Step #5 again.

0 comments on commit eb92fe5

Please sign in to comment.