From ea0a761303d84bd73f54a1acedc45b01c38b2da0 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 20 Apr 2018 17:20:56 -0700 Subject: [PATCH] Link to documentation from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b551220..2f8e5159 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Datasette provides an instant, read-only JSON API for any SQLite database. It al Got CSV data? Use [csvs-to-sqlite](https://github.com/simonw/csvs-to-sqlite) to convert them to SQLite, then publish them with Datasette. Or try [Datasette Publish](https://publish.datasettes.com), a web app that lets you upload CSV data and deploy it using Datasette without needing to install any software. -Some examples: https://github.com/simonw/datasette/wiki/Datasettes +Documentation: http://datasette.readthedocs.io/ Examples: https://github.com/simonw/datasette/wiki/Datasettes ## News