We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d52fe commit 5a354eaCopy full SHA for 5a354ea
README.md
@@ -22,7 +22,7 @@ EasyAuth is a simple and quick way to add authentication and user management to
22
### Installation
23
24
```sh
25
-npm install @easyauth.io/react
+npm install @easyauth.io/easyauth-react
26
```
27
28
## Usage
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@easyauth.io/react",
+ "name": "@easyauth.io/easyauth-react",
3
"version": "1.0.0",
4
"description": "React SDK for EasyAuth",
5
"main": "dist/index.js",
0 commit comments