From 794f0debe12e708ac7101b9be559fb7633163082 Mon Sep 17 00:00:00 2001
From: vand <vand@dtu.dk>
Date: Mon, 21 Sep 2020 22:59:35 +0200
Subject: [PATCH] Update README.md

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7fbbb41..91f7499 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,9 @@ When viewing pages on your machine, your browser will probably prevent loading J
 Instead of changing your security policy, you can run a local server, e.g. Python’s built-in http server.
 1. From the command line, run `python -m http.server` (this is for Python 3.x).
 1. In a browser, open [http://localhost:8000/](http://localhost:8000/) and navigate to the pages.
-Sometimws you need to force browser to load fresh content (instead of showing a cached version of the pages). In Crome on mac, hold down Shift
-while reloading.
+
+You might also need to force browser to load fresh content (instead of showing a cached version of the pages). In Crome (on mac), hold down Shift
+while reloading. Check for your browser.
 
 ## Content
 Some of the helping files are:
-- 
GitLab