Update README.md

This commit is contained in:
Bill Church 2022-05-17 09:55:03 -04:00 committed by GitHub
parent dd2f8217be
commit 1e2e73e617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ A bare bones example of an HTML5 web-based terminal emulator and SSH client. We
<img width="600" height="340" alt="WebSSH2 v0.2.0 demo" src="https://github.com/billchurch/WebSSH2/raw/main/screenshots/demo-800.gif">
# Requirements
Node v6.x or above. If using <v6.x you should be able to run by replacing the "read-config" package to @1 like this (after a clone):
Node v14.x or above. If using <v14.x you should be able to run by replacing the "read-config" package to @1 like this (after a clone):
`npm install --save read-config@1
`