From 30dfcd90254c1f32acff11426ca57333052ddcda Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Wed, 20 Feb 2019 08:52:04 -0600 Subject: [PATCH] Update README.md Updated per the suggestions in the PR review. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edfc71895..8808fb534 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ The following are services you can instantly install and use by running `serverl ## Features -* Supports #C, #F, Go, Groovy, Java, Kotlin, Node.js., PHP, Python, Ruby, Scala & Swift +* Supports Node.js, Python, Java, Go, C#, Ruby, Swift, Kotlin, PHP, Scala, & F# * Manages the lifecycle of your serverless architecture (build, deploy, update, delete). * Safely deploy functions, events and their required resources together via provider resource managers (e.g., AWS CloudFormation). * Functions can be grouped ("serverless services") for easy management of code, resources & processes, across large projects & teams.