From bdfb6d4f1359e98e127a3514248fd19b27b574e9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 13 Nov 2017 14:18:44 -0800 Subject: [PATCH] Fixed package output example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 987dc941..da52600d 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Here's example output for the package command: Step 3/7 : WORKDIR /app ---> Using cache ---> 139699e91621 - Step 4/7 : RUN pip install https://static.simonwillison.net/static/2017/datasette-0.9-py3-none-any.whl + Step 4/7 : RUN pip install datasette ---> Using cache ---> 340efa82bfd7 Step 5/7 : RUN datasette build parlgov.db --inspect-file inspect-data.json