Skip to content

Commit ca5a2e1

Browse files
authored
Merge pull request #18 from mki98/mki98-patch-1
File structure fix
2 parents 803cc4c + afc8d14 commit ca5a2e1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

chapters/ch04.1-refactoring-the-code.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ lib/
3939
├── config/
4040
│ ├── rolling-config.js
4141
│ ├── log-config.js
42-
├── index.js (entry point)
43-
├── package.json
44-
└── logger.js
42+
index.js (entry point)
43+
package.json
4544
```
4645

4746
#### Explanation
@@ -451,4 +450,4 @@ See how we can still benefit from the strong jsdoc type completion for our class
451450
452451
[![Read Next](/assets/imgs/next.png)](/chapters/ch04.2-writing-logs.md)
453452

454-
![](https://uddrapi.com/api/img?page=ch04.1)
453+
![](https://uddrapi.com/api/img?page=ch04.1)

0 commit comments

Comments
 (0)