From 45e6360e970600600fef1fcf3cb12ed5f25b34ac Mon Sep 17 00:00:00 2001 From: Muhammed Rahif <73386156+Muhammed-Rahif@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:14:21 +0000 Subject: [PATCH] docs(all): incorrect path for registering plugin in rust (#2123) Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12127198045 Co-authored-by: FabianLars --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d5bd3..91a8080 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ yarn add https://github.com/tauri-apps/tauri-plugin-cli#v2 First you need to register the core plugin with Tauri: -`src-tauri/src/main.rs` +`src-tauri/src/lib.rs` ```rust fn main() {