From 50704768166c3c4298238dfd9e09ea5bc161759c Mon Sep 17 00:00:00 2001 From: SoSweetHam <110523856+sosweetham@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:51:36 +0530 Subject: [PATCH] docs(store): Fix file reference (#2094) --- 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() {