From 3084d22c1f5d0aeb362cff9d901d3f320ae3d59e Mon Sep 17 00:00:00 2001 From: Adam Freeman Date: Fri, 14 Jun 2024 08:38:55 +0100 Subject: [PATCH] Added errata files --- README.md | 14 ++++++++++++++ errata.md | 10 ++++++++++ typos.md | 7 +++++++ 3 files changed, 31 insertions(+) create mode 100644 README.md create mode 100644 errata.md create mode 100644 typos.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e26f98 --- /dev/null +++ b/README.md @@ -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. + diff --git a/errata.md b/errata.md new file mode 100644 index 0000000..60e4bf0 --- /dev/null +++ b/errata.md @@ -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. + + + diff --git a/typos.md b/typos.md new file mode 100644 index 0000000..cb37c6b --- /dev/null +++ b/typos.md @@ -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. \ No newline at end of file