diff --git a/README.md b/README.md index ab7988b..44e3416 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To Configure you must add a file called Creds.priv.cs with the following content static string _username = "YOUR_SSH_USERNAME"; static string _password = "YOUR_SSH_PASSWORD"; static string _dir = "YOUR_SSH_PATH"; - static int _port = 22; + static int _port = 22; //if ssh is on different port change it here static string _alreadyExists=""; //must be http(s) url such as https://tytdarchive.site.tesses.net/have.php?v= that the response must return "true" if it already exists or "false" if not }