From c62516052b4a3bad143d4ca2a581757d96b2e513 Mon Sep 17 00:00:00 2001 From: Victor Hall Date: Tue, 4 Jul 2023 17:36:57 -0400 Subject: [PATCH] add plugin doc link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 535ff45..eef1477 100644 --- a/README.md +++ b/README.md @@ -83,5 +83,7 @@ Make sure to check out the [tools repo](https://github.com/victorchall/EveryDrea [Captioning](doc/CAPTION.md) - (beta) tools to automate captioning +[Plugins](doc/PLUGINS.md) - (beta) write your own plugins to execute arbitrary code during training + [Contributing](doc/CONTRIBUTING.md)