Преглед на файлове

docs: fix non-unicode space

Fix issue #2698

Co-Authored-By: Federico Girolami <68548715+fgirolami29@users.noreply.github.com>
Niek преди 1 месец
родител
ревизия
7d564db551
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/README.md

+ 1 - 1
docs/README.md

@@ -1525,7 +1525,7 @@ services:
 (on the CLI, using [`jq`](https://jqlang.github.io/jq/) to format the output of `curl` is recommended)
 
 ```console
-curl -s -H "Host: test.nginx-proxy.tld" localhost/nginx-proxy-debug | jq
+curl -s -H "Host: test.nginx-proxy.tld" localhost/nginx-proxy-debug | jq
 ```
 
 ```json