Skip to content

Commit 665ee04

Browse files
committed
Provide working example.
1 parent 22423e4 commit 665ee04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/v3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ specified as a segment in the path can be passed as an HTTP query string
8787
parameter:
8888

8989
<pre class="terminal">
90-
$ curl -i "https://api.github.com/repos/mojombo/jekyll/issues?state=closed"
90+
$ curl -i "https://api.github.com/repos/vmg/redcarpet/issues?state=closed"
9191
</pre>
9292

93-
In this example, the 'mojombo' and 'jekyll' values are provided for the `:owner`
93+
In this example, the 'vmg' and 'redcarpet' values are provided for the `:owner`
9494
and `:repo` parameters in the path while `:state` is passed in the query
9595
string.
9696

0 commit comments

Comments
 (0)