Skip to content

Commit

Permalink
chore(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkohd committed Jan 4, 2025
1 parent 0808fe2 commit ba64fb4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ panel.close();
The following are projects related to this plugin:

- [tauri-plugin-spotlight](https://github.com/zzzze/tauri-plugin-spotlight)
- [tauri-nspanel-example](https://github.com/ahkohd/tauri-nspanel/tree/v2/examples/vanilla)
- [tauri-macos-spotlight-example](https://github.com/ahkohd/tauri-macos-spotlight-example)

# Showcase
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Examples
Here are example projects that demostrate how to use [tauri-nspanel](https://github.com/ahkohd/tauri-nspanel). These are common usage examples and are by no means exhaustive:
- [vanilla](./vanilla/): A simple demo that shows how to set up the plugin
- [fullscreen](./fullscreen/): Create a panel that can display over fullscreen window
- [vanilla](./vanilla/): Set up a panel.
- [fullscreen](./fullscreen/): Create a panel that can display over fullscreen window.
2 changes: 1 addition & 1 deletion examples/fullscreen/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Demo
[tauri-nspanel](https://github.com/ahkohd/tauri-nspanel) plugin converts a standard Tauri [WebviewWindow](https://docs.rs/tauri/2.1.1/tauri/webview/struct.WebviewWindow.html) ([NSWindow](https://developer.apple.com/documentation/appkit/nswindow/)) to [NSPanel](https://developer.apple.com/documentation/appkit/nspanel/) that can display over fullscreen window.
[tauri-nspanel](https://github.com/ahkohd/tauri-nspanel) converts a standard Tauri [WebviewWindow](https://docs.rs/tauri/2.1.1/tauri/webview/struct.WebviewWindow.html) ([NSWindow](https://developer.apple.com/documentation/appkit/nswindow/)) to [NSPanel](https://developer.apple.com/documentation/appkit/nspanel/) that can display over fullscreen window.

To run the demo:
```bash
Expand Down
3 changes: 2 additions & 1 deletion examples/vanilla/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Demo
This demo uses the [tauri-nspanel](https://github.com/ahkohd/tauri-nspanel) crate to convert a standard Tauri [WebviewWindow](https://docs.rs/tauri/2.1.1/tauri/webview/struct.WebviewWindow.html) ([NSWindow](https://developer.apple.com/documentation/appkit/nswindow/)) to [NSPanel](https://developer.apple.com/documentation/appkit/nspanel/).
Use [tauri-nspanel](https://github.com/ahkohd/tauri-nspanel) to convert a standard Tauri [WebviewWindow](https://docs.rs/tauri/2.1.1/tauri/webview/struct.WebviewWindow.html) ([NSWindow](https://developer.apple.com/documentation/appkit/nswindow/)) to [NSPanel](https://developer.apple.com/documentation/appkit/nspanel/).

To run the demo:
```bash
pnpm install

Expand Down

0 comments on commit ba64fb4

Please sign in to comment.