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");