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

pull/1991/head^2
SoSweetHam 6 months ago committed by GitHub
parent 51cd283a5f
commit 5070476816
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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() {

Loading…
Cancel
Save