Skip to content

Commit

Permalink
docs(all): incorrect path for registering plugin in rust (#2123)
Browse files Browse the repository at this point in the history
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12127198045

Co-authored-by: FabianLars <[email protected]>
  • Loading branch information
2 people authored and tauri-bot committed Dec 2, 2024
1 parent 5c3160c commit 7d7c027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ yarn add https://github.com/tauri-apps/tauri-plugin-updater#v2

First you need to register the core plugin with Tauri:

`src-tauri/src/main.rs`
`src-tauri/src/lib.rs`

```rust
fn main() {
Expand Down

0 comments on commit 7d7c027

Please sign in to comment.