From: David ‘Bombe’ Roden Date: Tue, 19 Feb 2013 20:36:17 +0000 (+0100) Subject: Rename concept section. X-Git-Tag: 0.1~3 X-Git-Url: https://git.pterodactylus.net/?p=rhynodge.git;a=commitdiff_plain;h=610881d0df0171859c373252a986d59cf12ce836 Rename concept section. --- diff --git a/README.md b/README.md index 7dcd717..da01243 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Rhynodge is a tool that lets you periodically execute tasks that depend on certa Its concept is quite similar to websites like ifttt (“if this then that”): you evaluate an input condition (e. g. data from a website, Facebook or Twitter posts, incoming emails, existence of a file), and if it evaluates to “yes” you execute a certain action. -## Concepts +## Internal Concepts The core of Rhynodge comprises ``Reaction``s which in turn consist of ``Query``s, ``Filter``s, ``Trigger``s, and ``Action``s.