From 6cd7c4dff04aaf83482da150790c546144be3ac6 Mon Sep 17 00:00:00 2001 From: Josh Katz Date: Thu, 3 Jan 2019 15:57:34 -0500 Subject: [PATCH] Include All Currently Supported Trigger Types (#1043) Update README to include all currently supported trigger types with links to documentation. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a0cac96c..ab5554ac 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,7 @@ ones if you want. (An environment is essentially just a container with a webserver and dynamic loader.) A _trigger_ is something that maps an event to a function; Fission -supports HTTP routes as triggers today, with upcoming support for -other types of event triggers, such as timers and Kubernetes events. +as of today supports [HTTP request](https://docs.fission.io/usage/trigger/#create-a-http-trigger), [timed](https://docs.fission.io/usage/trigger/#create-a-time-trigger), and [message queue](https://docs.fission.io/usage/trigger/#create-a-message-queue-trigger) triggers. Usage -----