From 10a5c2f8f4571890ee96519c0d3e94c937bacf81 Mon Sep 17 00:00:00 2001 From: Adrien Castex Date: Sat, 13 May 2017 14:22:54 +0200 Subject: [PATCH] Added disclaimer --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4e2816a6..2d3e2519 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ [![License](https://img.shields.io/npm/l/webdav-server.svg)](http://unlicense.org/) [![License](https://img.shields.io/npm/v/webdav-server.svg)](https://www.npmjs.com/package/webdav-server) +# Disclaimer + +This module is not complete yet. +It implements the following methods : +* GET (file get content) +* MKCOL (directory creation) +* PROPFIND (get file information) + +Find more details on the process at [https://github.com/OpenMarshal/npm-WebDAV-Server/projects/1](https://github.com/OpenMarshal/npm-WebDAV-Server/projects/1). + # Install ```bash