Skip to content

Commit 7291ec2

Browse files
committed
docs : fix readme
1 parent 28e58fe commit 7291ec2

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,6 @@ Extended NestJS Logger, Based on NestJS common logger. Log messages also follow
2424
- Compatible with existing logging module
2525
- Global request flow
2626

27-
## How to Use?
28-
29-
1. Clone this repository
30-
31-
```
32-
git clone https://github.com/J-hoplin1/NestJS-Custom-Logger.git
33-
34-
cd NestJS-Custom-Logger
35-
```
36-
37-
2. Copy `logger` in root directory of repository.(or `src/logger`)
38-
3. Paste to your NestJS Modules directory(which same as `src`)
39-
4027
## Start logger
4128

4229
To use this logger, you need to import `LoggerModule` to `app.module.ts` via `.forRoot()` method.

0 commit comments

Comments
 (0)