@hopara/react 0.2.4 → 0.2.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ import {Hopara} from '@hopara/react';
26
26
  ```
27
27
 
28
28
  ## Authentication
29
- The component requires a valid `accessToken`. Use the `Auth API` to fetch it, as explained in our [documentation website](https://docs.hopara.app/docs/integration-guide/authentication-integration.html)
29
+ The component requires a valid `accessToken`. Use the `Auth API` to fetch it, as explained in our [integration guide][integration guide](https://docs.hopara.app/#/docs/integration-guide/2-authentication-integration.html)
30
30
 
31
31
  ## Examples
32
32
  ### Basic usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hopara/react",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Hopara React Component",
5
5
  "author": "Hopara",
6
6
  "homepage": "https://hopara.io",