From ea22555fc0ff569224c7b93a112083b7fb3958a1 Mon Sep 17 00:00:00 2001 From: SoSweetHam <110523856+sosweetham@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:55:19 +0530 Subject: [PATCH] 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. --- plugins/store/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/store/README.md b/plugins/store/README.md index 7ab63fd4..a285de3f 100644 --- a/plugins/store/README.md +++ b/plugins/store/README.md @@ -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() {