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 0c36a60 commit 6749525Copy full SHA for 6749525
README.md
@@ -53,15 +53,15 @@ fn main() {
53
### WEBVIEW
54
`Install`
55
```
56
-npm install github:tauri-apps/tauri-plugin-stronghold-api#v0.1.0
+npm install github:tauri-apps/tauri-plugin-stronghold#v0.1.0
57
# or
58
-yarn add github:tauri-apps/tauri-plugin-stronghold-api#v0.1.0
+yarn add github:tauri-apps/tauri-plugin-stronghold#v0.1.0
59
60
61
`package.json`
62
```json
63
"dependencies": {
64
- "tauri-plugin-stronghold-api": "tauri-apps/tauri-plugin-stronghold-api#v0.1.0",
+ "tauri-plugin-stronghold-api": "tauri-apps/tauri-plugin-stronghold#v0.1.0",
65
66
67
Use within your JS/TS:
0 commit comments