From c7fd9123c8be02e5794b7e867b4accc1b546d8d5 Mon Sep 17 00:00:00 2001 From: Eugene Terehov Date: Sat, 8 Jun 2024 15:03:50 +0300 Subject: [PATCH] Update README --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 8630092..c63af52 100644 --- a/docs/README.md +++ b/docs/README.md @@ -167,7 +167,7 @@ logger.fatal(new Error("I am a pretty Error with a stacktrace.")); ## All Features - **Universal:** Works in browsers and Node.js -- **Tested:** 100% code coverage, CI +- **Tested:** Great code coverage, CI - **Super customizable:** Every aspect can be overwritten - **Fully typed:** Written in TypeScript, with native TypeScript support - **Default log level:** `silly`, `trace`, `debug`, `info`, `warn`, `error`, `fatal` (different colors)