From 78df4d3f0e4ecbd2a27b90eb91a0bfa34009eb57 Mon Sep 17 00:00:00 2001 From: Laegel Date: Tue, 10 Mar 2020 09:15:06 +0100 Subject: [PATCH] Updated 11. API (markdown) --- 11.-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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