Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
msalafia committed May 22, 2022
1 parent 131b1f3 commit 7ebdea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ How many times you write console.log() in your code and never remove them becaus

If you are that kind of _lazy_ javascript developer that uses lots of compulsive console.logs() in the code that will never be removed, Deblog is made for you.

You can configure the Deblog instance for your project defining specific logging methods with a mnemonic name depending on the case they will be used. You can also customize them with a **tag** that will be attached as an header of the logged message. All of these logging methods (named **logs** in the context of Deblog.js) provides a flag to enable or disable them. Therefore, in the future, when you don't need a particular log in tour console, you can simply change its flag in the Deblog instance configuration.
You can configure the Deblog instance for your project defining specific logging methods with a mnemonic name depending on the case they will be used. You can also customize them with a **tag** that will be attached as an header of the logged message. All of these logging methods (named **logs** in the context of Deblog.js) provides a flag to enable or disable them. Therefore, in the future, when you don't need a particular log in your console, you can simply change its flag in the Deblog instance configuration.

## Quickstart

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deblog",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple console logger for debug experiments and flexible logging configuration",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7ebdea7

Please sign in to comment.