瀏覽代碼

Try GitHub-flavored Markdown "auto-linking"

Per http://github.github.com/github-flavored-markdown/
Chris Beams 13 年之前
父節點
當前提交
8a1c0f3f71
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -293,7 +293,7 @@ Either way, the response should look like this:
293 293
 {"id":1,"content":"Hello, World!"}
294 294
 ```
295 295
 
296
-Now try providing a `name` query string parameter: http://localhost:8080/hello-world?name=User
296
+Now try providing a `name` query string parameter: [http://localhost:8080/hello-world?name=User]
297 297
 
298 298
 ```
299 299
 $ curl http://localhost:8080/hello-world?name=User