diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58669acde546245eeffbccafe78ee15d45983b24..7aa7c5405369edba23130b261bd4a6458bf31268 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
 # Changes made to the course since its release:
+- April 21, 2020 - The course had a few changes for Angular v9. For details on the list of course changes, see: ["Angular: Getting Started Course Update for version 9"](https://docs.google.com/document/d/11LgSHiBhszzplXZkL9q9NEX4pi3uIO24WMeBUM0oZg0/edit?usp=sharing)
+
 - August 14, 2019 - The course had a few minor changes for Angular v8 and to provide a local set of images. For details on the list of course changes, see: ["Angular: Getting Started Course Update for version 8"](https://docs.google.com/document/d/1MZd2D2zeNusKAwl_NYZbWDLzvUlvYicKfYMpFnlOxSs/edit?usp=sharing)
 
 - November 8, 2018 - The course had a few very minor changes for Angular v7, primarily for the Angular CLI prompts. For details on the list of course changes, see: https://blogs.msmvps.com/deborahk/angular-getting-started-course-update-for-v7/
@@ -10,6 +12,8 @@
 - October 18, 2016 - The course was updated for Angular 2 Final. For details on the list of course changes, see: https://blogs.msmvps.com/deborahk/angular-2-getting-started-course-update/
 
 # Changes made to the project files since its release:
+- April 21, 2020 - The code was replaced with new start and final folders for Angular v9.
+
 - August 14, 2019 - The code was replaced with new start and final folders for Angular v8.
 
 - July 11, 2018 - The code was replaced with new start and final folders for Angular v6, Angular CLI 6, RxJS 6, Bootstrap 4, and Font Awesome.
diff --git a/README.md b/README.md
index 64beb7013e70e4d2de5c97d46f28eebe7bd28ae6..a7373da8c09c65f8ccd335eafce32d9fb5bd1fef 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 # Angular-Getting Started
 Materials for the ["Angular: Getting Started"](http://bit.ly/Angular-GettingStarted) course on Pluralsight.
 
-`APM-Start`: The starter files set up for use in VSCode, WebStorm, or other editors. **Use this to code along with the course**. (Updated for <i>Angular version 8 or higher</i>)
+`APM-Start`: The starter files set up for use in VSCode, WebStorm, or other editors. **Use this to code along with the course**. (Updated for <i>Angular version 9 or higher</i>)
 
-`APM-Final`: The completed files. Use this to see the completed solution from the course. (Updated for <i>Angular version 8 or higher</i>)
+`APM-Final`: The completed files. Use this to see the completed solution from the course. (Updated for <i>Angular version 9 or higher</i>)
 
 See the `README.md` file under each folder for details on installing and running the application.
 
@@ -11,7 +11,7 @@ If you have any problems installing or running this code, please see the ["Angul
 
 If that does not resolve your issue, please post to the [discussion board for the course](https://app.pluralsight.com/library/courses/angular-2-getting-started-update/discussion)
 
-NOTE: The installation was tested using node v10.16.0 and npm 6.9.0.
+NOTE: The installation was tested using node v12.16.1 and npm 6.13.4.
 
 ## INSTALLING THE CODE