Skip to content

Commit

Permalink
fix(readme): proper webview installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingismagick authored Feb 17, 2021
1 parent 0c36a60 commit 6749525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ fn main() {
### WEBVIEW
`Install`
```
npm install github:tauri-apps/tauri-plugin-stronghold-api#v0.1.0
npm install github:tauri-apps/tauri-plugin-stronghold#v0.1.0
# or
yarn add github:tauri-apps/tauri-plugin-stronghold-api#v0.1.0
yarn add github:tauri-apps/tauri-plugin-stronghold#v0.1.0
```

`package.json`
```json
"dependencies": {
"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",
```

Use within your JS/TS:
Expand Down

0 comments on commit 6749525

Please sign in to comment.