From 6fa5cbaefe80710f6fb8757f5c51fbb671aa14d8 Mon Sep 17 00:00:00 2001 From: Tal Kol Date: Thu, 5 May 2022 19:24:51 +0100 Subject: [PATCH] Minor fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee93d13..01dcfc1 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ Once your local machine is ready, install the project: ### or.. work online instead -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: +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 30 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