Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update api.md (#791)
Mistake in docs fixed Worker.readFile() -> Worker.removeFile()
  • Loading branch information
Simple7575 committed Jun 29, 2023
1 parent 785a9f9 commit 296afbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -122,7 +122,7 @@ Worker.readText() reads a text file to the path specified in MEMFS, it is useful
<a name="worker-removeFile"></a>
### 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:**

Expand Down

0 comments on commit 296afbc

Please sign in to comment.