From 348b2b5105e2e215de24cda09a18cbc1545b1cce Mon Sep 17 00:00:00 2001 From: Kay Date: Thu, 14 Feb 2019 16:36:01 +0100 Subject: [PATCH] corrected typo in example function list in readme Signed-off-by: Kay --- sample-functions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-functions/README.md b/sample-functions/README.md index 2bffae80..d0a10fdc 100644 --- a/sample-functions/README.md +++ b/sample-functions/README.md @@ -27,7 +27,7 @@ Here is a list of some of the sample functions included this repository. | echo | Uses `cat` from BusyBox to provide an echo function | | DockerHubStats | Golang function gives the count of repos a user has on the Docker hub | | figlet | Generate ascii logos through the use of a binary | -| git-maker | Use gifsicle and ffmpeg packages from Alpine Linux to make gifs from video | +| gif-maker | Use gifsicle and ffmpeg packages from Alpine Linux to make gifs from video | | HostnameIntent | Prints the hostname of a container | | MarkdownRender | Use a Go function with vendoring to convert Markdown to HTML | | Nmap | The network scanning tool as a binary-based function |