Преглед изворни кода

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