Fix outdated readme example

pull/2613/head
Tony 3 months ago
parent 5cef86fd26
commit 953dfaa463
No known key found for this signature in database
GPG Key ID: 34BDD3EA27824956

@ -68,9 +68,9 @@ fn main() {
Afterwards all the plugin's APIs are available through the JavaScript guest bindings:
```javascript
import { metadata } from '@tauri-apps/plugin-fs'
import { stat } from '@tauri-apps/plugin-fs'
await metadata('/path/to/file')
await stat('/path/to/file')
```
## Contributing

Loading…
Cancel
Save