From 3dc9761d9c4b1ad4288628ee79397be104a05ece Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Thu, 23 Nov 2017 16:20:29 +0900 Subject: [PATCH] Note on relative and absolute paths --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 90fa3ab..74c1e03 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ Options: - HTML attributes: `href`, `src` - URL schemes: `http`, `https` +Also supports relative and absolute paths. +(Absolute paths need `--document-root` option.) + ## License [MIT](LICENSE)