From 5e0b8c3354efff62b01cdbfe57db23111dcaf6f9 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Mon, 31 Jan 2022 14:15:08 +0000 Subject: [PATCH] :pencil2: Remove three - from examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7168ae0a..8e9bd879 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can use a stack image to do any of the following (and more): You can try a [relatively recent build of the jupyter/base-notebook image on mybinder.org](https://mybinder.org/v2/gh/jupyter/docker-stacks/master?filepath=README.ipynb) by simply clicking the preceding link. -Otherwise, the three examples below may help you get started if you [have Docker installed](https://docs.docker.com/install/), +Otherwise, the examples below may help you get started if you [have Docker installed](https://docs.docker.com/install/), know [which Docker image](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html) you want to use and want to launch a single Jupyter Server in a container.