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 532622d commit 01c913eCopy full SHA for 01c913e
plugins/store/README.md
@@ -60,7 +60,7 @@ fn main() {
60
Afterwards all the plugin's APIs are available through the JavaScript guest bindings:
61
62
```typescript
63
-import { Store } from "tauri-plugin-store-api";
+import { Store } from "@tauri-apps/plugin-store";
64
65
const store = new Store(".settings.dat");
66
0 commit comments