Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It provides easy way to work with WebDAV-servers.

Installation
------------
```bash
```console
$ pip install webdavclient3
```

Expand Down Expand Up @@ -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.

Expand Down