From c68f25e52b167bf92739fc685cfa0f8cfcb741e7 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf <choldgraf@gmail.com> Date: Mon, 24 Dec 2018 09:48:42 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a6bb13..363bfd1 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ The base Binder image contains no extra dependencies, so be as explicit as possible in defining the packages that you need. This includes specifying explict versions wherever possible. -In this example we include the library `seaborn`, and our notebook uses it -to plot a figure. +In this example we include the library `seaborn` which will be installed in +the environment, and our notebook uses it to plot a figure. -- GitLab