diff options
author | Arnold Daniels <arnold@jasny.net> | 2017-02-10 00:12:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 00:12:21 +0100 |
commit | 3db22f61a95105f8360df819565a5a367ee15e04 (patch) | |
tree | 7da32f3fe680a5284a1761adb3b29596c40d879b | |
parent | 80e7a529107edb9595e8a3d2ee80109e2e4e81b2 (diff) | |
download | controller-3db22f61a95105f8360df819565a5a367ee15e04.zip controller-3db22f61a95105f8360df819565a5a367ee15e04.tar.gz controller-3db22f61a95105f8360df819565a5a367ee15e04.tar.bz2 |
Update README.md
[skip ci]
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -208,10 +208,10 @@ The following methods for setting the output status are available [200]: https://httpstatuses.com/200 [201]: https://httpstatuses.com/201 [203]: https://httpstatuses.com/203 -[204]: https://httpstatuses.com/200 -[206]: https://httpstatuses.com/200 -[303]: https://httpstatuses.com/200 -[304]: https://httpstatuses.com/200 +[204]: https://httpstatuses.com/204 +[206]: https://httpstatuses.com/206 +[303]: https://httpstatuses.com/303 +[304]: https://httpstatuses.com/304 [400]: https://httpstatuses.com/400 [401]: https://httpstatuses.com/401 [402]: https://httpstatuses.com/402 |