Skip to content

Commit feaa1d4

Browse files
committed
update docs
1 parent 9eace5a commit feaa1d4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A custom fork of [@nestjs/common Console Logger](https://github.com/nestjs/nest/blob/master/packages/common/services/console-logger.service.ts), but with colored contexts. Inspired by [debug](https://www.npmjs.com/package/debug).
44

5-
![Screenshot](./Screenshot.png?raw=true)
5+
![Screenshot](https://raw.githubusercontent.com/chriswoodle/nestjs-color-logger/master/Screenshot.png?raw=true)
66

77
# Installation
88
```shell

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"license": "MIT",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/chriswoodle/nestjs-color-logger.git"
12+
},
913
"scripts": {
1014
"build": "tsc -b -v",
1115
"clean": "tsc -b --clean"
@@ -21,4 +25,4 @@
2125
"@nestjs/common": "^10.2.3",
2226
"rxjs": "^7.8.1"
2327
}
24-
}
28+
}

0 commit comments

Comments
 (0)