README.md in awesome_bot-1.13.5 vs README.md in awesome_bot-1.13.6

- old
+ new

@@ -73,10 +73,10 @@ $ awesome_bot docs/*.md # check all markdown files in docs/ directory $ awesome_bot README.md --allow-timeout -t 5 -# speed up validation by setting a timeout of 5s per link request and allowing timeouts +# speed up validation by setting a timeout of 5 seconds per link request and allowing timeouts $ awesome_bot README.md --allow 403,429 # allow status code errors 403 and 429 # --allow 301 would be similar to --allow-redirect ```