mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
fix(docs): plugin usage examples using wrong package name (#527)
This commit is contained in:
committed by
GitHub
parent
6f01bc11ab
commit
7f2e2dd5b8
@@ -166,7 +166,7 @@ async function exeExtension(): Promise<string | null> {
|
||||
* Returns the host name of the operating system.
|
||||
* @example
|
||||
* ```typescript
|
||||
* import { hostname } from '@tauri-apps/api/os';
|
||||
* import { hostname } from '@tauri-apps/plugin-os';
|
||||
* const hostname = await hostname();
|
||||
* ```
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user