From 7782a30e4e5df38e2347e8c3032640c9812d6c1e Mon Sep 17 00:00:00 2001 From: Tal Kol Date: Thu, 5 May 2022 19:33:28 +0100 Subject: [PATCH] Minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01dcfc1..95a574a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Once your local machine is ready, install the project: Alternatively, you can ignore the above requirements and develop right inside a web browser with an online IDE and *zero* setup. Simply open this repo inside [Glitch](https://glitch.com/) without installing anything: * Create your new Glitch workspace by opening [this link](https://glitch.com/edit/#!/remix/clone-from-repo?&REPO_URL=https%3A%2F%2Fgithub.com%2Fton-defi-org%2Ftonstarter-contracts.git) in your browser -* Wait about 30 seconds until installation completes
(click the "LOGS" button on the bottom of the IDE to see progress) +* Wait about 60 seconds until installation completes
(click the "LOGS" button on the bottom of the IDE to see progress) * Edit your contract files and tests in the online IDE * To run terminal commands like `npm run build` click the "TERMINAL" button on the bottom of the online IDE * Working online is slow! run on a local machine if you want a much faster experience