diff --git a/README.md b/README.md index 85c2faf..a1671db 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,14 @@ domains: ``` ## Output -0 = regex is okay -W = request is okay, but not regex -30 = a http 30* recieved -E = everything else + +| Code | Result | +|:----:|--------| +| 0 | regex is okay | +| 30 | a http 30* recieved | +| W | request is okay, but not regex | +| E | everything else "error" | + ``` +-----------------------------+------+------+----------+----------+