diff --git a/README.md b/README.md index e332eb88..9e5766ad 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ docker run -p 8888:8888 jupyter/scipy-notebook:33add21fab64 ``` **Example 2:** This command performs the same operations as **Example 1**, but it exposes the server on host port 10000 instead of port 8888. -Visiting `http://:10000/?token=` in a browser loads JupyterLab, +Visiting `http://:10000/?token=` in a browser loads Jupyter Notebook server, where `hostname` is the name of the computer running docker and `token` is the secret token printed in the console. ```bash