From 27b8f86ad307d86e8e2fe3bdda35004a238feb35 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Fri, 9 Jun 2017 14:20:27 -0400 Subject: [PATCH] Fixed typo and added some more context --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dc08f3..4c31b17 100644 --- a/README.md +++ b/README.md @@ -599,7 +599,7 @@ multi:mainloop() .inf
# Triggers -Triggers were what I used before connections became a thing
+Triggers were what I used before connections became a thing, also Function objects are a lot like triggers and can be paused as well, while triggers cannot...
They are simple to use, but in most cases you are better off using a connection
```lua require("multi.trigger")