From 9281a4a804961b06ab133e042db839402f8a7796 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 10 Jul 2018 18:57:54 -0700 Subject: [PATCH] New tagline: 'A tool for exploring and publishing data' --- README.md | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b939ea52..52353860 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Documentation Status](https://readthedocs.org/projects/datasette/badge/?version=latest)](http://datasette.readthedocs.io/en/latest/?badge=latest) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/datasette/blob/master/LICENSE) -*An instant JSON API for your SQLite databases* +*A tool for exploring and publishing data* 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). diff --git a/docs/index.rst b/docs/index.rst index 5d9261ed..6f81b46e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ Datasette ========= -*An instant JSON API for your SQLite databases* +*A tool for exploring and publishing data* Datasette provides an instant, read-only JSON API for any SQLite database. It also provides tools for packaging the database up as a