From 0ce8e139ab78d7b5a3b1c7fd752f56f908165ff1 Mon Sep 17 00:00:00 2001 From: Connor Adams Date: Tue, 5 May 2020 21:43:08 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d37124c..da68726 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ It will automatically rebuild `tesseract.dev.js` and `worker.dev.js` when you ch ### Online Setup with a single Click -You can use Gitpod(A free online VS Code like IDE) for contributing. With a single click it will launch a ready to code workspace with the build & start scripts already in process and within a few seconeds it will spin up the dev server so that you can start contributing straight away without wasting any time. +You can use Gitpod(A free online VS Code like IDE) for contributing. With a single click it will launch a ready to code workspace with the build & start scripts already in process and within a few seconds it will spin up the dev server so that you can start contributing straight away without wasting any time. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/naptha/tesseract.js/blob/master/examples/browser/demo.html)