From 6b7297205f86802d949f02925e499893dda6bf60 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 24 Jul 2023 16:23:30 -0700 Subject: [PATCH] Much of the functionality requires Datasette 1.0a2 or higher --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 511095c..135b175 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ [![Tests](https://github.com/simonw/dclient/workflows/Test/badge.svg)](https://github.com/simonw/dclient/actions?query=workflow%3ATest) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/dclient/blob/master/LICENSE) -A client CLI utility for [Datasette](https://datasette.io/) instances +A client CLI utility for [Datasette](https://datasette.io/) instances. + +Much of the functionality requires Datasette 1.0a2 or higher. ## Things you can do with dclient @@ -49,4 +51,4 @@ pip install -e '.[test]' To run the tests: ```bash pytest -``` \ No newline at end of file +```