From afdcd9b3e64d93d15bdec2f7258380859b5203fc Mon Sep 17 00:00:00 2001 From: Laegel Date: Mon, 6 Apr 2020 14:41:27 +0200 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 d00f7b6..2485a33 100644 --- a/11.-API.md +++ b/11.-API.md @@ -137,7 +137,7 @@ import { removeFile, renameFile, writeFile -} from 'tauri/api/dialog' +} from 'tauri/api/fs' ```