Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devdeem committed Jan 13, 2024
1 parent b00f91c commit 1e7473a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ BgColors.blue("...");
<br />

```js
const { BgColors } = require("term-logger");
const { BrightColors } = require("term-logger");

BgColors.red("...");
BgColors.blue("...");
BrightColors.red("...");
BrightColors.blue("...");
// and 6 more colors...
```

Expand Down

0 comments on commit 1e7473a

Please sign in to comment.