From 96cb13b211677ba17152044433e734ad02a669d2 Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Wed, 27 Sep 2017 07:52:29 -0700 Subject: [PATCH] Links to stackoverflow, blog and twitter. --- README.md | 16 +++++++++++++--- examples/tutorial/hello/ruby/func.rb | 1 - 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de41b7c60..9f222af40 100644 --- a/README.md +++ b/README.md @@ -119,11 +119,21 @@ you can update your code and run `fn deploy myapp` again. * View all of our [examples](/examples) * You can also write your functions in AWS [Lambda format](docs/lambda/README.md) +## Get Help + +* [Ask your question on StackOverflow](https://stackoverflow.com/questions/tagged/fn) and tag it with `fn` +* Join our [Slack Community](https://join.slack.com/t/fnproject/shared_invite/MjIwNzc5MTE4ODg3LTE1MDE0NTUyNTktYThmYmRjZDUwOQ) + +## Stay Informed + +* [Blog](https://medium.com/fnproject) +* [Twitter](https://twitter.com/fnproj) TODO + ## Get Involved -- Join our [Slack Community](https://join.slack.com/t/fnproject/shared_invite/MjIwNzc5MTE4ODg3LTE1MDE0NTUyNTktYThmYmRjZDUwOQ) -- Learn how to [contribute](CONTRIBUTING.md) -- See [milestones](https://github.com/fnproject/fn/milestones) for detailed issues +* Join our [Slack Community](https://join.slack.com/t/fnproject/shared_invite/MjIwNzc5MTE4ODg3LTE1MDE0NTUyNTktYThmYmRjZDUwOQ) +* Learn how to [contribute](CONTRIBUTING.md) +* See [milestones](https://github.com/fnproject/fn/milestones) for detailed issues ## User Interface diff --git a/examples/tutorial/hello/ruby/func.rb b/examples/tutorial/hello/ruby/func.rb index 698b04088..0cc5a8705 100644 --- a/examples/tutorial/hello/ruby/func.rb +++ b/examples/tutorial/hello/ruby/func.rb @@ -1,4 +1,3 @@ -# require_relative 'bundle/bundler/setup' require 'json' name = "World"