diff --git a/README.md b/README.md index 7536530..6ec9094 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file +1. To update your package, make sure you remember to increment the `version` in `package.json`, and then perform Step #5 again.