fix(docs): plugin usage examples using wrong package name (#527)

This commit is contained in:
Lucas Fernandes Nogueira
2023-08-02 03:41:14 -07:00
committed by GitHub
parent 6f01bc11ab
commit 7f2e2dd5b8
4 changed files with 74 additions and 74 deletions
+1 -1
View File
@@ -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();
* ```
*/