diff --git a/README.md b/README.md index 00cb74f..e655aac 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,19 @@ A lightweight console and file logger with color-coded output and timestamped en ## Installation ```bash -npm install @creations/logger +npm install @creations.works/logger ``` Or with Bun: ```bash -bun add @creations/logger +bun add @creations.works/logger ``` ## Usage ```ts -import { logger } from "@creations/logger"; +import { logger } from "@creations.works/logger"; logger.info("This is an info message"); logger.warn("This is a warning", { breakLine: true }); diff --git a/package.json b/package.json index b020074..745df23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@creations.works/logger", - "version": "1.0.2", + "version": "1.0.3", "type": "module", "main": "./dist/index.js", "module": "./dist/index.mjs",