Skip to content

Commit 4d35c60

Browse files
committed
docs: Updated description
1 parent dcc7834 commit 4d35c60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![Version 0.0.2](https://img.shields.io/badge/Version-0.0.2-blue) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Built with Node.js](https://img.shields.io/badge/Built%20with-Node.js-green)](https://nodejs.org/)
66

7-
A customizable logger module for Node.js applications, supporting console and file logging with various levels, colors, and additional features like memory usage and caller information.
7+
A customizable NPM logging module for Node.js applications, supporting console and file logging with various levels, colors, and additional features like memory usage and caller information.
88

99
![Advanced Console Log](https://samestrin.github.io/media/advanced-console-log/advanced-console-log.png)
1010

@@ -58,7 +58,7 @@ _There are no external dependencies._
5858

5959
## Installation
6060

61-
To install the LLM Interface npm module, you can use npm:
61+
To install the advanced-console-log npm module, you can use npm:
6262

6363
```bash
6464
npm install advanced-console-log

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "advanced-console-log",
33
"version": "0.0.2",
4-
"description": "A customizable logger module for Node.js applications, supporting console and file logging with various levels, colors, and additional features like memory usage and caller information.",
4+
"description": "A customizable NPM logging module for Node.js applications, supporting console and file logging with various levels, colors, and additional features like memory usage and caller information.",
55
"main": "index.js",
66
"directories": {
77
"doc": "docs",

0 commit comments

Comments
 (0)