Skip to content

Commit 5070476

Browse files
authored
docs(store): Fix file reference (#2094)
1 parent 51cd283 commit 5070476

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
@@ -54,7 +54,7 @@ yarn add https://github.com/tauri-apps/tauri-plugin-store#v2
5454

5555
First you need to register the core plugin with Tauri:
5656

57-
`src-tauri/src/main.rs`
57+
`src-tauri/src/lib.rs`
5858

5959
```rust
6060
fn main() {

0 commit comments

Comments
 (0)