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