From 870f6dd55fc5e7bc2f9db4ab22f90b7a734e402a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 19 May 2019 11:12:53 -0700 Subject: [PATCH] Replaced a straggling 'datasette publish now' reference --- docs/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 78607c0b..1b9250f0 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -24,7 +24,7 @@ Datasette to ``pip install`` specific plugins as part of the process. You can use the name of a package on PyPI or any of the other valid arguments to ``pip install`` such as a URL to a ``.zip`` file:: - datasette publish now mydb.db \ + datasette publish cloudrun mydb.db \ --install=datasette-plugin-demos \ --install=https://url-to-my-package.zip