From 01c913e83e2527ec0420d5128ec94082a9252e3b Mon Sep 17 00:00:00 2001 From: Greg Knapp Date: Tue, 27 Aug 2024 11:34:23 +0100 Subject: [PATCH] Update import package name to V2 (#1693) --- plugins/store/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/store/README.md b/plugins/store/README.md index bfb544a2..aabfbf8e 100644 --- a/plugins/store/README.md +++ b/plugins/store/README.md @@ -60,7 +60,7 @@ fn main() { Afterwards all the plugin's APIs are available through the JavaScript guest bindings: ```typescript -import { Store } from "tauri-plugin-store-api"; +import { Store } from "@tauri-apps/plugin-store"; const store = new Store(".settings.dat");