From aff5fb65a55bdac497303d7d51f012f546a25573 Mon Sep 17 00:00:00 2001 From: C Cirello Date: Sun, 23 Oct 2016 16:36:55 -0700 Subject: [PATCH] Add client libraries list to README.md (#194) Fixes #181 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7d70647f6..3b4fc45c1 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,12 @@ If you watch the logs, you will see the function actually runs in the background Read more on [logging](docs/logging.md). +## Client Libraries + +- [Go](https://github.com/iron-io/functions_go) +- [Ruby](https://github.com/iron-io/functions_ruby) +- [Javascript](https://github.com/iron-io/functions_js) + ## Writing Functions TODO: