From cdb9b8da6c06b5af19b17b8c4b26ea8d787d229e Mon Sep 17 00:00:00 2001 From: YadlaMani Date: Wed, 18 Oct 2023 20:31:15 +0530 Subject: [PATCH] Update README.md Fixed Typos Signed-off-by: YadlaMani Change-Id: I2b237d15f3f70541ccddf1be68c57223e7ad1c69 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baca709aca6c..46c1f8a4ea62 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Head over to https://collaboraonline.github.io/post/build-code/ select gitpod fr Interesting things to keep in mind: - Make sure your browser is not blocking windows/tabs from opening from the gitpod workspace URL (maybe add `*.gitpod.io` to your browser's whitelist) - The GitPod tasks will run automatically and further instructions will be printed out right in the terminal - - VNC tab will open automatically if not just click in the left icon `Remote explorer` and click `6080`. You will see a tab completly black, that's normal. + - VNC tab will open automatically if not just click on the left icon `Remote explorer` and click `6080`. You will see a tab completely black, that's normal. - As mentioned in those instructions if you are not using the VS Code desktop and if you are only relying on your browser please: - Do not try to click the URL from the make run out put instead copy that URL and execute `firefox [paste URL here]` - Head over to the tab where the VNC is opened (black page), you will see Firefox opening there, maximize and have fun.