Added errata files

This commit is contained in:
Adam Freeman 2024-06-14 08:38:55 +01:00
parent 5215a1d919
commit 3084d22c1f
3 changed files with 31 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# Packt Source Code
This repository accompanies *Mastering Node.js Web Development* by Adam Freeman (Packt, 2024).
Download the files as a zip using the green button or clone the repository to your machine using Git.
## Releases
This repository corresponds to the examples in the published book, without corrections or updates. See [this](errata.md) file for serious issues that are likely to prevent the examples from working as described in the book. See [this](typos.md) file for small mistakes that I intend to correct in the next edition.
## Contributions
If you find an error, please contact the author using the email address published in the book. Please do not create pull requests because they will not be accepted. Please do not create issues because the author will not respond to them.

10
errata.md Normal file
View File

@ -0,0 +1,10 @@
# Errata for *Mastering Node.js Web Development*
This file contains errors that are likely to prevent the code examples from working as described in ths book. See [this](typos.md) file for small mistakes that I intend to correct in the next edition.
---
No serious errors have been reported. Please use the email address published in the book to contact the author if you have encountered a problem.

7
typos.md Normal file
View File

@ -0,0 +1,7 @@
# Typos for *Mastering Node.js Web Development*
This file contains smaller errors that are unlikely to prevent the code examples from working and which I will correct in the next edition of the book. See [this](errata.md) file for mistakes that prevent the code examples from working as expected.
---
No typos have been reported. Please use the email address published in the book to contact the author if you have encountered a problem.