From be21adc5dcdb38616b0c8e993febd31a809279c4 Mon Sep 17 00:00:00 2001 From: Simple7575 <76493343+Simple7575@users.noreply.github.com> Date: Tue, 27 Jun 2023 10:16:28 +0400 Subject: [PATCH] Update api.md Mistake in docs fixed Worker.readFile() -> Worker.removeFile() --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 08c8bcfd8..379ef089b 100644 --- a/docs/api.md +++ b/docs/api.md @@ -122,7 +122,7 @@ Worker.readText() reads a text file to the path specified in MEMFS, it is useful ### Worker.removeFile(path, jobId): Promise -Worker.readFile() remove a file in MEMFS, it is useful when you want to free the memory. +Worker.removeFile() remove a file in MEMFS, it is useful when you want to free the memory. **Arguments:**