From 4e9ac86c5fa92c9951d4163226fc938bc1677d9a Mon Sep 17 00:00:00 2001 From: Mathieu Debove Date: Thu, 8 Nov 2018 11:40:29 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce1962d..e452093 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ Collection of Flogo activities. ## Contributions * [command](command): Execute an external command +* [copyfile](copyfile): Copy a file * [gpiopwm](gpiopwm): Control PWM on a Raspberry Pi * [listfiles](listfiles): List files of a directory * [makedirectory](makedirectory): Make a directory * [removefile](removefile): Remove a file or directory -* [copyfile](copyfile): copy a file +* [sleep](sleep): Sleep during a specified amount of time