From db5d888bd7d58f29b8d48173c23caa91cc58258b Mon Sep 17 00:00:00 2001 From: Grzegorz Godlewski Date: Fri, 15 Dec 2023 12:35:24 +0100 Subject: [PATCH] docs: removed one todo from the readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8960bd6..52c2e8a 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ const writeTextToResultFile = (text?: string) => { try { // Power-on the OCR, get the resources on Golem Network // This will wait until the resources are found and the OCR is ready to use - // TODO: Throw when it won't be available in golem.timeout seconds await ocr.init(); // Do your work