diff --git a/11.-API.md b/11.-API.md index 649d37b..5c1e6ba 100644 --- a/11.-API.md +++ b/11.-API.md @@ -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