From 6fd93c3b2591ec234ab6e8e599cfee6bdaf059c0 Mon Sep 17 00:00:00 2001 From: Michelle Wang Date: Wed, 4 Dec 2024 16:47:38 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38463e2..efeb169 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ pip install . ## Usage ```python -from pathfile import Path +from pathlib import Path from fids.fids import create_fake_bids_dataset subjects = ["foo", 2, "01"]