Skip to content

Commit 6749525

Browse files
fix(readme): proper webview installation
1 parent 0c36a60 commit 6749525

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ fn main() {
5353
### WEBVIEW
5454
`Install`
5555
```
56-
npm install github:tauri-apps/tauri-plugin-stronghold-api#v0.1.0
56+
npm install github:tauri-apps/tauri-plugin-stronghold#v0.1.0
5757
# or
58-
yarn add github:tauri-apps/tauri-plugin-stronghold-api#v0.1.0
58+
yarn add github:tauri-apps/tauri-plugin-stronghold#v0.1.0
5959
```
6060

6161
`package.json`
6262
```json
6363
"dependencies": {
64-
"tauri-plugin-stronghold-api": "tauri-apps/tauri-plugin-stronghold-api#v0.1.0",
64+
"tauri-plugin-stronghold-api": "tauri-apps/tauri-plugin-stronghold#v0.1.0",
6565
```
6666

6767
Use within your JS/TS:

0 commit comments

Comments
 (0)