浏览代码

Merge pull request #2700 from SchoNie/jq-fix-nonunicode

docs: fix non-unicode space
Nicolas Duchon 3 周之前
父节点
当前提交
c1f7b33e67
共有 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