diff --git a/docs/plugins.rst b/docs/plugins.rst index e5ad1857..40e73436 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -2,7 +2,7 @@ Plugins ======= Datasette's plugin system is currently under active development. It allows -additional features to be implemented as Python code (or, soon, JavaScript) +additional features to be implemented as Python code (or front-end JavaScript) which can be wrapped up in a separate Python package. The underlying mechanism uses `pluggy `_.