diff --git a/README.md b/README.md
index 01cab7a..2d09934 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
-
+
Weetile's Computer Science RHUL Resources
@@ -58,7 +58,7 @@ Want to be able to login without typing in your password everytime? See the next
### Using SSH authentication for security and speed
-
+
Using SSH public key authentication is more secure and more importantly -- means you don't have to type in your password everytime you authenticate to the CIM servers!
@@ -72,7 +72,7 @@ Once you have your keypair saved, you can upload it to the Linux servers using t
You can confirm the SSH key has been added by authenticating to the server. If it doesn't ask you for your password, it's all set!
### Setting up Royal Holloway VPN (allowing access to Linux server off-campus in the evening)
-
+
The RHUL Linux machines **aren't able to be accessed off-campus in the evening** due to security reasons. To circumvent this, you can **connect to the RHUL VPN** by following [this guide](https://intranet.royalholloway.ac.uk/students/help-support/it-services/access-off-campus/vpn/vpn.aspx). This allows off-campus users to routing your network traffic through the campus, giving you a Royal Holloway network address, behaving exactly like it would if you were on campus and this allowing you quick access to restricted services, like library services, your Y: drive and evening access to the Linux servers.
@@ -81,7 +81,7 @@ The RHUL Linux machines **aren't able to be accessed off-campus in the evening**
**That being said,** I would strongly encourage using the free and open source utility [GlobalProtect-openconnect](https://github.com/yuezk/GlobalProtect-openconnect) to connect instead. It is avaliable as an official package on all major Linux distributions, maintains a persistent installation and is more convenient as it provides a graphical user interface.
-
+
For Ubuntu and Mint, the installation instructions are as such:
```
@@ -148,7 +148,7 @@ fish://USERNAME@linux.cim.rhul.ac.uk:22
```
You can add this as a remote directory in your Dolphin places panel by right clicking on Remote, pressing Add Entry and adding as such:
-
+
### Installing Neovim on the Linux CIM Servers
@@ -160,7 +160,7 @@ curl -sSL https://gist.github.com/Weetile/d208d9acae823ede5f2188a2695b3197/raw |
## Command-line utilities
### gcc flags alias
-
+
In CS2850: Operating Systems, you are instructed to use the following flags when compiling C code using `gcc`: