Skip to content

Commit f5e7666

Browse files
authored
Update README.md
1 parent 18fa7db commit f5e7666

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Angular-Getting Started
22
Materials for the ["Angular: Getting Started"](http://bit.ly/Angular-GettingStarted) course on Pluralsight.
33

4-
`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 10 or higher</i>)
4+
`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 12 or higher</i>)
55

6-
`APM-Final`: The completed files. Use this to see the completed solution from the course. (Updated for <i>Angular version 10 or higher</i>)
6+
`APM-Final`: The completed files. Use this to see the completed solution from the course. (Updated for <i>Angular version 12 or higher</i>)
77

88
See the `README.md` file under each folder for details on installing and running the application.
99

1010
If you have any problems installing or running this code, please see the ["Angular: Getting Started Problem Solver"](http://blogs.msmvps.com/deborahk/angular-2-getting-started-problem-solver/)
1111

1212
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)
1313

14-
NOTE: The installation was tested using node v12.16.1 and npm 6.13.4.
14+
NOTE: The installation was tested using node v14.15.5 and npm 6.14.11.
1515

1616
## INSTALLING THE CODE
1717

1818
The following are detailed instructions for installing the code so you can code along with the course.
1919

2020
0) Ensure you have node installed.
2121

22-
At a command prompt, type `node -v` to ensure you have version `10.16.0` or higher before proceeding.
22+
At a command prompt, type `node -v` to ensure you have version `14.15.0` or higher before proceeding.
2323

2424
1) Download or clone the code from this repository.
2525

0 commit comments

Comments
 (0)