Skip to content

Commit

Permalink
kepler.gl-jupyter: Fixed wording in documentation (#1938)
Browse files Browse the repository at this point in the history
Signed-off-by: kishan <phi.liney@gmail.com>
  • Loading branch information
phi-line committed Nov 1, 2022
1 parent 791bbe2 commit 72f201c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/kepler.gl-jupyter/README.md
Expand Up @@ -38,7 +38,7 @@ pip install keplergl
- Python >= 2
- ipywidgets >= 7.0.0

If you on Mac used `pip install` and running Notebook 5.3 and above, you don't need to run the following
If you're on Mac, used `pip install`, and you're running Notebook 5.3 and above, you don't need to run the following:

```shell
jupyter nbextension install --py --sys-prefix keplergl # can be skipped for notebook 5.3 and above
Expand Down
2 changes: 1 addition & 1 deletion docs/keplergl-jupyter/README.md
Expand Up @@ -37,7 +37,7 @@ To install use pip:
$ pip install keplergl
```

If you on Mac used `pip install` and running Notebook 5.3 and above, you don't need to run the following
If you're on Mac, used `pip install`, and you're running Notebook 5.3 and above, you don't need to run the following:

```bash
$ jupyter nbextension install --py --sys-prefix keplergl # can be skipped for notebook 5.3 and above
Expand Down

0 comments on commit 72f201c

Please sign in to comment.