Skip to content

Commit 7101f2e

Browse files
committed
tidy up typos in readme
1 parent 26e3c58 commit 7101f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mimic-iv/buildmimic/sqlite/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Building the MIMIC database with SQLite
22

3-
Either `import.sh` or `import.py` can be used to generate a [SQLite]([https://sqlite.org/index.html) database file from the MIMIC-IV demo or full dataset.
3+
Either `import.sh` or `import.py` can be used to generate a [SQLite](https://sqlite.org/index.html) database file from the MIMIC-IV demo or full dataset.
44

55
`import.sh` is a shell script that will work with any POSIX compliant shell.
66
It is memory efficient and does not require loading entire data files
@@ -33,7 +33,7 @@ path/to/mimic-iv/
3333
│ ├── admissions.csv.gz
3434
│ ├── ...
3535
│ └── transfers.csv.gz
36-
└── hosp
36+
└── icu
3737
├── chartevents.csv.gz
3838
├── ...
3939
└── procedureevents.csv.gz

0 commit comments

Comments
 (0)