From 98ae6d6a4085d67a62c129e69e2a9a611f26502d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 13 Nov 2017 21:27:21 -0800 Subject: [PATCH] Added link to examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d4bd2773..8d6aa26c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ 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 + ## Installation pip3 install datasette