Skip to content

Commit

Permalink
UPDATE levels on readme (http added) (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirelemam authored and DABH committed Sep 18, 2019
1 parent 4f44acb commit 785bd9e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Expand Up @@ -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
};
```

Expand Down

0 comments on commit 785bd9e

Please sign in to comment.