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