Skip to content

Commit fd88273

Browse files
committed
feat: Example > Generate Report
1 parent e865ecf commit fd88273

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ npm install advanced-console-log
6666

6767
## Usage
6868

69-
First import `advanced-console-log` into your application using require:
69+
After installation, import `advanced-console-log` into your application using require:
7070

7171
```js
7272
const ACL = require("advanced-console-log");
@@ -165,6 +165,7 @@ logger.dir(sampleObject);
165165

166166
- [Advanced Example](/examples/advanced-example.js)
167167
- [Custom Colors](/examples/custom-colors.js)
168+
- [Generate Report](/examples/generate-report.js)
168169
- [Log to File and Suppress Console](/examples/log-to-file-and-suppress-console.js)
169170
- [Terminate on Fatal](/examples/terminate-on-fatal.js)
170171

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
- [Advanced Example](advanced-example.js)
44
- [Custom Colors](custom-colors.js)
5+
- [Generate Report](generate-report.js)
56
- [Log to File and Suppress Console](log-to-file-and-suppress-console.js)
67
- [Terminate on Fatal](terminate-on-fatal.js)

0 commit comments

Comments
 (0)