From faeb7dc646eda9adcb5d6104d4f5ca1bec096f47 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Fri, 13 Aug 2021 10:26:15 -0400 Subject: [PATCH] update readme [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 395c89c..f04549f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Web SSH Client using ssh2, socket.io, xterm.js, and express A bare bones example of an HTML5 web-based terminal emulator and SSH client. We use SSH2 as a client on a host to proxy a Websocket / Socket.io connection to a SSH2 server. -WebSSH2 v0.2.0 demo +WebSSH2 v0.2.0 demo # Requirements Node v6.x or above. If using ** element, modify `./src/index.js` directly, or check out `webpack.*.js` and add your custom javascript file to a task there (best option). \ No newline at end of file +* If you want to add custom JavaScript to the browser client you can either modify `./src/client.html` and add a **\** element, modify `./src/index.js` directly, or check out `webpack.*.js` and add your custom javascript file to a task there (best option).