From 86e5c47ae658903ea83a750a0859a8f5e73bf65c Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 14 Feb 2025 14:19:37 -0600 Subject: [PATCH] cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1394539..3eb640f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ const progress_cb = (local_path, remote_path, progress, completed) => { //****************************************************************************// // Step 1. Create a connection // //****************************************************************************// - const conn = await rep.connect(MY_HOST_OR_IP, MY_PORT, MY_PASSWORD); +const conn = await rep.connect(MY_HOST_OR_IP, MY_PORT, MY_PASSWORD); /* Disconnect when complete await conn.disconnect();