Skip to content

Commit 01c913e

Browse files
authored
Update import package name to V2 (#1693)
1 parent 532622d commit 01c913e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn main() {
6060
Afterwards all the plugin's APIs are available through the JavaScript guest bindings:
6161

6262
```typescript
63-
import { Store } from "tauri-plugin-store-api";
63+
import { Store } from "@tauri-apps/plugin-store";
6464

6565
const store = new Store(".settings.dat");
6666

0 commit comments

Comments
 (0)