You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Aurora is a package that enhances the Axios experience in **Vue 3**, replacing t
68
68
## Installation
69
69
70
70
```bash
71
-
$ npm install @svnrnns/aurora-vue --save-dev
71
+
$ npm install aurora-vue3 --save-dev
72
72
```
73
73
74
74
## Usage
@@ -79,7 +79,7 @@ Create an instance of Aurora with an optional URL. <br>
79
79
If the constructor receives and URL, it will be set as base URL so every call made with take the **endpoint** param as an API endpoint combining the URL and the endpoint. <br>
0 commit comments