From 8e6f31450586c4e51ece8a76104b45a9e9229763 Mon Sep 17 00:00:00 2001 From: ani Date: Sun, 19 Jul 2026 14:49:45 +0000 Subject: [PATCH] docs(duckdb): fix will one / intructions typos in READMEs IV/ED/Note duckdb READMEs said "will one shell script"; III said "intructions". --- mimic-iii/buildmimic/duckdb/README.md | 2 +- mimic-iv-ed/buildmimic/duckdb/README.md | 2 +- mimic-iv-note/buildmimic/duckdb/README.md | 2 +- mimic-iv/buildmimic/duckdb/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mimic-iii/buildmimic/duckdb/README.md b/mimic-iii/buildmimic/duckdb/README.md index 15c3e994..6107428e 100644 --- a/mimic-iii/buildmimic/duckdb/README.md +++ b/mimic-iii/buildmimic/duckdb/README.md @@ -29,7 +29,7 @@ wget -r -N -c -np -nH --cut-dirs=1 --user YOURUSERNAME --ask-password https://ph Replace `YOURUSERNAME` with your physionet username. -The rest of these intructions assume the CSV files are in the folder structure as follows: +The rest of these instructions assume the CSV files are in the folder structure as follows: ``` mimic_data_dir/ diff --git a/mimic-iv-ed/buildmimic/duckdb/README.md b/mimic-iv-ed/buildmimic/duckdb/README.md index 31d6bcc8..84008e77 100644 --- a/mimic-iv-ed/buildmimic/duckdb/README.md +++ b/mimic-iv-ed/buildmimic/duckdb/README.md @@ -74,7 +74,7 @@ This will make you `mimic_data_dir` be `physionet.org/files/mimic-iv-ed/2.2`. The last step requires creating a DuckDB database and loading the data into it. -You can do all of this will one shell script, `import_duckdb.sh`, +You can do all of this with one shell script, `import_duckdb.sh`, located in this repository. See the help for it below: diff --git a/mimic-iv-note/buildmimic/duckdb/README.md b/mimic-iv-note/buildmimic/duckdb/README.md index 9bab32cf..a63d7ae6 100644 --- a/mimic-iv-note/buildmimic/duckdb/README.md +++ b/mimic-iv-note/buildmimic/duckdb/README.md @@ -74,7 +74,7 @@ This will make you `mimic_data_dir` be `physionet.org/files/mimic-iv-note/2.2`. The last step requires creating a DuckDB database and loading the data into it. -You can do all of this will one shell script, `import_duckdb.sh`, +You can do all of this with one shell script, `import_duckdb.sh`, located in this repository. See the help for it below: diff --git a/mimic-iv/buildmimic/duckdb/README.md b/mimic-iv/buildmimic/duckdb/README.md index 0de5e4ae..b94472be 100644 --- a/mimic-iv/buildmimic/duckdb/README.md +++ b/mimic-iv/buildmimic/duckdb/README.md @@ -78,7 +78,7 @@ This will make you `mimic_data_dir` be `physionet.org/files/mimiciv/2.2`. The last step requires creating a DuckDB database and loading the data into it. -You can do all of this will one shell script, `import_duckdb.sh`, +You can do all of this with one shell script, `import_duckdb.sh`, located in this repository. See the help for it below: