Updated 11. API (markdown)

Laegel
2020-03-10 09:15:06 +01:00
parent e73762c98b
commit 78df4d3f0e

@@ -59,7 +59,7 @@ import tauri from 'tauri/api'
## Example API integration
### Communication (Vanilla ES5 flavor)
Here is the smallest integration possible of Tauri with ES5 that you can find in details [here].(https://github.com/tauri-apps/examples/tree/master/tauri/communication)
Here is the smallest integration possible of Tauri with ES5 that you can find in details [here](https://github.com/tauri-apps/examples/tree/master/tauri/communication).
JS:
```javascript