mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-04 13:48:01 +02:00
Revert "set readme banners to absolute url"
This reverts commit c46b464c69.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||

|
||||

|
||||
|
||||
Read information about the operating system.
|
||||
|
||||
@@ -60,7 +60,7 @@ fn main() {
|
||||
Afterwards all the plugin's APIs are available through the JavaScript guest bindings:
|
||||
|
||||
```javascript
|
||||
import { version } from '@tauri-apps/plugin-os';
|
||||
import { version } from "@tauri-apps/plugin-os";
|
||||
const osVersion = await version();
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user