From 1dcda351e6b551fec81f52f5ae872af3fb3506dd Mon Sep 17 00:00:00 2001 From: Garulf <535299+Garulf@users.noreply.github.com> Date: Fri, 17 Nov 2023 01:09:16 -0500 Subject: [PATCH] Add description to examples --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6921ec0..da5d98d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ python -m pip install pyflowlauncher ## Usage #### Basic plugin + +A basic plugin using a function as the query method. ``` from pyflowlauncher import Plugin, Result, send_results from pyflowlauncher.result import, ResultResponse @@ -29,6 +31,7 @@ plugin.run() ``` #### Advanced plugin +A more advanced usage using a `Method` class as the query method. ``` from pyflowlauncher import Plugin, Result, Method from pyflowlauncher.result import, ResultResponse