From 6749525a47a95439c9703d3a49b94ac65660998f Mon Sep 17 00:00:00 2001 From: nothingismagick Date: Wed, 17 Feb 2021 14:06:12 +0100 Subject: [PATCH] fix(readme): proper webview installation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ce0d8e7..92661e6b 100644 --- a/README.md +++ b/README.md @@ -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: