From 3478dd0638c2a7e34e802b8259516241de727b5c Mon Sep 17 00:00:00 2001 From: Pelagic Date: Thu, 11 Apr 2024 21:20:09 +0300 Subject: [PATCH] Trying out a table in the README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf749ac..cafdbab 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,9 @@ TODO webdav apis with an htpasswd file through nginx basic authentication TODO webdav apis with database managed through django # Directives -| dada | Specification | -| --- | ----------- | -| Syntax | webdav_methods [GET] [PUT] [MKCOL] [DELETE] [PROPFIND] [OPTIONS] [LOCK] [UNLOCK]| -| Context | http, server, location | +| Directive | Specification | Context | +| --------- | ------------- | ------- | +| webdav_methods | [GET] [PUT] [MKCOL] [DELETE] [PROPFIND] [OPTIONS] [LOCK] [UNLOCK]| http, server, location |