Skip to content

Commit 53d6b46

Browse files
Remi-Gaueffigies
andauthored
Apply suggestions from code review
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 50e95a6 commit 53d6b46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
This is a library of helper functions written in Python,
1010
for use with BIDS compliant applications written in this language.
1111

12-
The main function determines if a file extension is compliant with the BIDS specification.
12+
The main function determines if a file path is compliant with the BIDS specification.
1313

1414
## Installation
1515

1616
To install with pip:
1717

1818
```
19-
pip install -U bids_validator
19+
python -m pip install bids_validator
2020
```
2121

2222
To install with conda:
@@ -55,7 +55,7 @@ Many contributions to the `bids-validator` were done by members of the
5555
BIDS community. See the
5656
[list of contributors](https://bids-specification.readthedocs.io/en/stable/99-appendices/01-contributors.html).
5757

58-
A large part of the development of `bids-validator` is currently done by
58+
A large part of the initial development of `bids-validator` was done by
5959
[Squishymedia](https://squishymedia.com/), who are in turn financed through
6060
different grants offered for the general development of BIDS. See the list
6161
below.

0 commit comments

Comments
 (0)