From 796aa9f55aaea42e6ce978fb1019420484793f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Montero=20L=C3=B3pez?= Date: Mon, 15 Jan 2024 16:01:59 +0100 Subject: [PATCH] README.md: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 860a376..6438d32 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It provides easy way to work with WebDAV-servers. Installation ------------ -```bash +```console $ pip install webdavclient3 ``` @@ -38,7 +38,7 @@ Webdav API is a set of webdav actions of work with cloud storage. This set inclu **Configuring the client** -Required key is host name or IP address of the WevDAV-server with param name `webdav_hostname`. +Required key is host name or IP address of the WebDAV-server with param name `webdav_hostname`. For authentication in WebDAV server use `webdav_login`, `webdav_password`. For an anonymous login do not specify auth properties.