diff --git a/docs/actions/README.md b/docs/actions/README.md index ed2041e..6a886db 100644 --- a/docs/actions/README.md +++ b/docs/actions/README.md @@ -15,9 +15,7 @@ Actions have the following syntax: "type": "SomeAction", "options": { //each action defines its own options "firstOption": "someValue", - "Stage": 2 //this (positive) number defines the order of multiple actions + "stage": 2 //this (positive) number defines the order of multiple actions } } ``` - -To get a list of all actions and their options from the commandline run ``` gokill -d ``` diff --git a/docs/triggers/README.md b/docs/triggers/README.md index 45743f3..d817c55 100644 --- a/docs/triggers/README.md +++ b/docs/triggers/README.md @@ -17,5 +17,3 @@ Triggers have the following syntax: "actions": [] //list actions that should be executed here } ``` - -To get a list of all triggers and their options from the commandline run ```gokill -d```