Skip to content

Commit

Permalink
Merge pull request #310 from jtpio/typo-readme
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
SylvainCorlay committed Mar 17, 2020
2 parents c9d7d2a + 7b0ddda commit 8809bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cmake -DCMAKE_INSTALL_PREFIX=your_conda_path -DCMAKE_INSTALL_LIBDIR=your_conda_p
make && make install
```

If you don't have a frontend already installed (jupyter notebook or jupyter lab for instance), intall one:
If you don't have a frontend already installed (classic Jupyter Notebook or JupyterLab for instance), install one:

```bash
conda install notebook -c conda-forge
Expand Down

0 comments on commit 8809bb5

Please sign in to comment.