From 2c9f2b4c526af256d47b7b970bd65a282c62fe1c Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 3 May 2023 21:46:24 +0200 Subject: [PATCH] docs --- plugins/demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/demo/README.md b/plugins/demo/README.md index 9a4e3a1..07fe38b 100644 --- a/plugins/demo/README.md +++ b/plugins/demo/README.md @@ -20,7 +20,7 @@ Available plugins are in the `plugins` directory inside the top level directory Writing a plugin involves writing -- SCI configuration (this can be shared with users in the [sci.configs](https://github.com/babashka/sci.configs) project +- SCI configuration (this can be shared via the [sci.configs](https://github.com/babashka/sci.configs) project too) - Adding a `scittle_plugin.edn` file on the plugin's classpath (e.g. in the `src` directory). This EDN file contains: - `:name`, name of the plugin - `:namespaces`: the namespaces exposed to SCI