diff --git a/README.md b/README.md
index 30927d7b..f287eab7 100644
--- a/README.md
+++ b/README.md
@@ -122,12 +122,12 @@ If you want a regular Plex theme for your Grafana setup, use the **`grafplex.css
### Subfilter
As Grafana doesn't have support for custom CSS you can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx.
-Create **another** reverse proxy for monitorr and add this:
+Create **another** reverse proxy for Grafana and add this:
```nginx
proxy_set_header Accept-Encoding "";
sub_filter
''
-'
+'
';
sub_filter_once on;
```
@@ -153,7 +153,7 @@ location / {
proxy_set_header Accept-Encoding "";
sub_filter
''
- '
+ '
';
sub_filter_once on;
proxy_hide_header X-Frame-Options;