There was an error while loading. Please reload this page.
1 parent 455f429 commit 929a556Copy full SHA for 929a556
1 file changed
content/guides/getting-started.md
@@ -496,7 +496,7 @@ we can tell the API to give us the resource again, only if it has changed:
496
$ curl -i -H 'If-None-Match: "bfd85cbf23ac0b0c8a29bee02e7117c6"' \
497
https://api.github.com/users/defunkt
498
499
-HTTP/1.1 304 OK
+HTTP/1.1 304 Not modified
500
</pre>
501
502
The `304` status indicates that the resource hasn't changed since the last time
0 commit comments