diff --git a/README.md b/README.md index f04a77b..1394539 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_TOKEN); + const conn = await rep.connect(MY_HOST_OR_IP, MY_PORT, MY_PASSWORD); /* Disconnect when complete await conn.disconnect();