diff --git a/README.md b/README.md
index dc4ecb1d..16828e5b 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Add this to your location context/block:
proxy_set_header Accept-Encoding "";
sub_filter
''
-'
+'
';
sub_filter_once on;
```
@@ -75,7 +75,7 @@ location / {
proxy_set_header Accept-Encoding "";
sub_filter
''
- '
+ '
';
sub_filter_once on;
proxy_hide_header X-Frame-Options;
@@ -125,7 +125,7 @@ Create **another** reverse proxy for monitorr and add this:
proxy_set_header Accept-Encoding "";
sub_filter
''
-'
+'
';
sub_filter_once on;
```
@@ -151,7 +151,7 @@ location / {
proxy_set_header Accept-Encoding "";
sub_filter
''
- '
+ '
';
sub_filter_once on;
proxy_hide_header X-Frame-Options;
@@ -312,7 +312,7 @@ Create **another** reverse proxy for monitorr and add this:
proxy_set_header Accept-Encoding "";
sub_filter
''
-'
+'
';
sub_filter_once on;
```
@@ -336,7 +336,7 @@ sub_filter_once on;
proxy_set_header Accept-Encoding "";
sub_filter
''
- '
+ '
';
sub_filter_once on;
}
@@ -375,7 +375,7 @@ Custom [Monitorr](https://github.com/Monitorr/Monitorr) CSS for [Organizr](https
Add this in the custom css box:
```css
-@import "https://rawgit.com/gilbN/theme.park/CSS/themes/monitorg.css";
+@import "https://rawgit.com/gilbN/theme.park/master/CSS/themes/monitorg.css";
```
And add this in custom HTML in Organizr:
```css
@@ -390,7 +390,7 @@ Create another reverse proxy for monitorr and add this:
proxy_set_header Accept-Encoding "";
sub_filter
''
- '
+ '
';
sub_filter_once on;
```