From d91a7a09e32b94cebbcf80494307b1af49fbd3e8 Mon Sep 17 00:00:00 2001 From: Ahsan Nabi Dar Date: Thu, 10 Jun 2021 15:43:14 +0500 Subject: [PATCH] Update README.md (#619) fix file name in example --- examples/functions/Ruby/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/functions/Ruby/README.md b/examples/functions/Ruby/README.md index 8323e82c..5faedaeb 100644 --- a/examples/functions/Ruby/README.md +++ b/examples/functions/Ruby/README.md @@ -11,7 +11,7 @@ end then deploy it with `fx up` command, ```shell -$ fx up -p 8080:3000 func.go +$ fx up -p 8080:3000 func.rb ``` test it using `curl`