diff --git a/README.md b/README.md index f358840..b215fbd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Installation ```bash -npm install loggy +npm install loggy-ts ``` # Features @@ -20,7 +20,7 @@ npm install loggy ```typescript -import { createLogger, Loggy } from 'loggy' +import { createLogger, Loggy } from 'loggy-ts' // You can use either to initialize an instance in 2 ways diff --git a/package.json b/package.json index 9ab85a9..98caeea 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { - "name": "loggy", + "name": "loggy-ts", "type": "module", "version": "1.0.0", "packageManager": "pnpm@7.12.0", "description": "Simplify Logging", "author": "Eric Zhang", "license": "MIT", - "homepage": "https://github.com/ericz99/loggy#readme", + "homepage": "https://github.com/ericz99/loggy-ts#readme", "repository": { "type": "git", - "url": "git+https://github.com/ericz99/loggy.git" + "url": "git+https://github.com/ericz99/loggy-ts.git" }, - "bugs": "https://github.com/ericz99/loggy/issues", + "bugs": "https://github.com/ericz99/loggy-ts/issues", "keywords": [], "sideEffects": false, "exports": {