From a13cf5b4f5a1cb13a95989da59b3c0dbfa3401b5 Mon Sep 17 00:00:00 2001 From: Parul Date: Fri, 23 Feb 2024 14:31:26 -0800 Subject: [PATCH] format readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ccb373..6b6fca1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ pip install filepass 2. Set up connection - create a connection object (ConnectionDetails) based on your protocol of choice. FilepassMethod offers three protocols: SFTP, SMB, and LOCAL e.g.: - ```sourceServer = ConnectionDetails( + ``` + sourceServer = ConnectionDetails( method=FilepassMethod.SMB, user="user", password="password", @@ -53,7 +54,8 @@ pip install filepass server="servername", port="portnumber", dir="directory/folder", - )``` + ) + 3. Configure Logging: (Optional)