Skip to content

Commit 5c1367a

Browse files
authored
Update README.md
1 parent 5b3ada2 commit 5c1367a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First, install `pytest-jupyter` from PyPI using pip:
88
```bash
99
pip install pytest-jupyter
1010
```
11-
This installs the basic pytest-jupyter package that insludes fixture definitions for the various Jupyter-based pytest plugins.
11+
This installs the basic pytest-jupyter package that includes fixture definitions for the various Jupyter-based pytest plugins.
1212

1313
To use one of these plugins, you'll also need to install their dependencies. This requires a second `pip install` call. For example, if you'd like to use the `jupyter_server` plugin, you'll need to call:
1414
```bash

0 commit comments

Comments
 (0)