From 16bfb09c51cf7cea12d7289b3cc8ed646775a884 Mon Sep 17 00:00:00 2001 From: Sacramentix <35272156+Sacramentix@users.noreply.github.com> Date: Fri, 13 May 2022 16:47:44 +0200 Subject: [PATCH] fix a link that start with i --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index f66e359..cb29bd7 100644 --- a/docs/api.md +++ b/docs/api.md @@ -159,7 +159,7 @@ Worker.readFile() remove a file in MEMFS, it is useful when you want to free the ### Worker.FS(method, args, jobId): Promise -Worker.FS() is a generic FS function to do anything you want, you can check [HERE](ihttps://emscripten.org/docs/api_reference/Filesystem-API.html) for all functions. +Worker.FS() is a generic FS function to do anything you want, you can check [HERE](https://emscripten.org/docs/api_reference/Filesystem-API.html) for all functions. **Arguments:**