docs(store): Fix file reference

Fixes references to file in readme from main.rs to lib.rs where the code being referred to actually is.
pull/2094/head
SoSweetHam 8 months ago committed by GitHub
parent 51cd283a5f
commit ea22555fc0
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