Steven Silvester 7 years ago
parent
commit
0ba88da391
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CONTRIBUTING.md

+ 2 - 2
CONTRIBUTING.md

@@ -47,7 +47,7 @@ You can also use the installer from the [Node.js](https://nodejs.org) website.
 
 JupyterLab requires Jupyter Notebook version 4.3 or later.
 
-If you use ``conda``, you can install notebook as:
+If you use ``conda``, you can install notebook using:
 
 ```bash
 conda install notebook
@@ -59,7 +59,7 @@ You may also want to install `nb_conda_kernels` to have a kernel option for diff
 conda install nb_conda_kernels
 ```
 
-If you use `pip` you can install it as:
+If you use `pip` you can install notebook using:
 
 ```bash
 pip install notebook