Skip to content

Commit 01a238f

Browse files
author
Vadim Yakhin
committed
Update README
1 parent b566b6a commit 01a238f

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
@@ -24,16 +24,16 @@ The Reference UI is great for:
2424
Requires [npm](https://www.npmjs.com/).
2525

2626
Dependencies:
27-
- Node v14.17.0
27+
- Node v16.13.0
2828

2929
One can leverage [NVM](https://github.com/nvm-sh/nvm) to install Node before proceeding to start the application by running the following commands:
3030

3131
```bash
32-
# Run this to install Node 14.17.0
33-
nvm install 14.17.0
32+
# Run this to install Node 16.13.0
33+
nvm install 16.13.0
3434

3535
# Run this to use the installed Node version
36-
nvm use 14.17.0
36+
nvm use 16.13.0
3737
```
3838

3939
The README assumes that you have generated this code from within the App Search dashboard.

0 commit comments

Comments
 (0)