docs(store): Fix file reference (#2094)

This commit is contained in:
SoSweetHam
2024-11-25 19:51:36 +05:30
committed by GitHub
parent 51cd283a5f
commit 5070476816
+1 -1
View File
@@ -54,7 +54,7 @@ yarn add https://github.com/tauri-apps/tauri-plugin-store#v2
First you need to register the core plugin with Tauri:
`src-tauri/src/main.rs`
`src-tauri/src/lib.rs`
```rust
fn main() {