diff --git a/README.md b/README.md index f815b6d46..4b81a61d9 100644 --- a/README.md +++ b/README.md @@ -119,12 +119,13 @@ from most important to least important._ ``` js const levels = { - error: 0, - warn: 1, - info: 2, - verbose: 3, - debug: 4, - silly: 5 + error: 0, + warn: 1, + info: 2, + http: 3, + verbose: 4, + debug: 5, + silly: 6 }; ```