From c255a54516767c9547128ad96aeda599a1fb5693 Mon Sep 17 00:00:00 2001 From: Isaac To Date: Wed, 19 Feb 2025 10:51:39 -0800 Subject: [PATCH] doc: fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f466dd6..a497469 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ In `dandi-cli` we also use bidschematools for rudimentary validation of BIDS pat Many if not most validators have means to output results of validation in machine readable form, e.g. JSON. Ideally we should gain some common format/API/data-structure to define outputs of a validator so we could reuse it. -In `dandi-cli` we already tried to accomplis that in https://github.com/dandi/dandi-cli/blob/master/dandi/validate_types.py . +In `dandi-cli` we already tried to accomplish that in https://github.com/dandi/dandi-cli/blob/master/dandi/validate_types.py . This repository is attempt to converge across wider range of standards/tools.