Skip to content

Commit 7cecd5f

Browse files
committed
docs update
1 parent bc2d64c commit 7cecd5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ automate testing and other development tasks.
4343
## Running the Tests
4444

4545
```bash
46-
nox -s test
46+
nox -t test
4747
```
4848

4949
You can run the tests with a headed browser.
5050

5151
```bash
52-
nox -s test -- --headed
52+
nox -t test -- --headed
5353
```
5454

5555
## Releasing This Package

0 commit comments

Comments
 (0)