Просмотр исходного кода

Try GitHub-flavored Markdown "auto-linking"

Per http://github.github.com/github-flavored-markdown/
Chris Beams 13 лет назад
Родитель
Сommit
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