diff --git a/README.md b/README.md index e56cef7..f537cb1 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ This server is a single Nginx module attempting to be a fully-fledged WebDAV ser # Was this written from zero? The native nginx dav_module has been integrated with a few changes for client compatibility. This solves some very difficult problems with client compatibility: - - trailing slash issues for DELETE requests uris + - trailing slash issues for DELETE requests uris - - trailing slash issues for MOVE and COPY requests uris and destination headers + - trailing slash issues for MOVE and COPY requests uris and destination headers - - trailing slash issues for MKCOL request uris + - trailing slash issues for MKCOL request uris The community [nginx_dav_ext_module](https://github.com/MkfsSion/nginx-dav-ext-module) is integrated as well for proper full WebDAV support.