@ivao/atmosphere-react 2.0.0-next.5 → 2.0.0-next.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -75,6 +75,7 @@ This command creates a `.tgz` file on the root of the `/components/react` folder
75
75
  3. To use it on your repo, add this line to your `package.json`. Replace the `.tgz` file name.
76
76
 
77
77
  ```json
78
- "@ivao/atmosphere-react": "file:../atmosphere/components/react/ivao-atmosphere-react-0.1.0-next.2.tgz",
78
+ // Remember to change the version <FILE_NAME> to the file that was created
79
+ "@ivao/atmosphere-react": "file:../atmosphere/components/react/<FILE_NAME>",
79
80
 
80
81
  ```