From d8664bd877a31a0b9f0cd482fa261910aaddf9d2 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sat, 23 Sep 2017 13:39:10 +0200 Subject: [PATCH] reference example actions --- src/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 1d27d30b..75f69f3c 100644 --- a/src/README.md +++ b/src/README.md @@ -4,7 +4,8 @@ The `src/` folder contains the action code which is executed if a request arrives at an endpoint which was specified in the `.fusio.yml` deploy file. Fusio determines the engine based on the provided action string. The following -action sources are available: +engines are available. Please take a look at the `doc/action/` folder to see +example action implementations. ## PHP File