From 17e27a516efedb1b3d2f9c3530b81746ff6eddfd Mon Sep 17 00:00:00 2001 From: Jan Borsodi Date: Thu, 30 Jul 2020 10:12:41 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 75fdc93..0dfdd99 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ composer require aplia/swark ## Documentation An overview of all the template operators and workflow events, as well as detailed instructions -for creating new operators can be read at https://swark.readthedocs.io/ +for creating new operators can be read at [https://swark.readthedocs.io/](https://swark.readthedocs.io/) ## Creating new operators @@ -32,11 +32,13 @@ More details can be found in the documentation. For instance to expose `phpinfo` one would do: `swark.ini`: + ```ini OperatorMap[phpinfo]=MyProject\PhpInfoOperator ``` `MyProject/PhpInfoOperator.php`: + ```php