From 55692f0b53c7635f089da6d2cf69650885cb988f Mon Sep 17 00:00:00 2001 From: Chris Holdgraf <choldgraf@gmail.com> Date: Wed, 1 Nov 2017 13:27:54 -0700 Subject: [PATCH] bump for build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f54664..bb5359c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ pip install -r requirements.txt 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 +specifying explict versions wherever possible. In this example we include the library `seaborn`, and our notebook uses it to plot a figure. -- GitLab