From 075d422c0a1c70259188dfbd940538c67419694a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 13 Nov 2017 21:28:02 -0800 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d6aa26c..89fa2c78 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Datasette provides an instant, read-only JSON API for any SQLite database. It also provides tools for packaging the database up as a Docker container and deploying that container to hosting providers such as [Zeit Now](https://zeit.co/now). -Soke examples: https://github.com/simonw/datasette/wiki/Datasettes +Some examples: https://github.com/simonw/datasette/wiki/Datasettes ## Installation