From 2fbd91d75b7021cc1d0109ddf4c6024100f72b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 20 Aug 2024 13:17:32 +0200 Subject: [PATCH] Update docs/intro.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index 6db204b..32c49de 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -2,6 +2,6 @@ A Snakemake storage plugin to read and write via the [XRootD protocol](https://x Currently, only files can be used as inputs or outputs and not directories. -The plugin can be used without specifying any options relating to the URLs in which case all of the information must be contained in the URL passed by the user. +The plugin can be used without specifying any options relating to the URLs, in which case all information must be contained in the URL passed by the user. The options for `host`, `port`, `username`, `password` and `url_decorator` can be specifed to make the URLs shorter and easier to use.