docs(opener): add basic usage guide to readme (#2167)

* docs(opener): add basic usage guide to readme

* Add missing `Ok(())` and `?`

* Register plugin first
This commit is contained in:
Tony
2024-12-09 12:18:12 +02:00
committed by GitHub
parent 5b8efde906
commit f7ad349ed2
3 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export async function openPath(path: string, openWith?: string): Promise<void> {
}
/**
* Reveal a path the system's default explorer.
* Reveal a path with the system's default explorer.
*
* #### Platform-specific:
*