aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2019-03-30 12:46:56 +0000
committerGitHub <noreply@github.com>2019-03-30 12:46:56 +0000
commitf158183c6ef3d12b3cb429d6a538d5e7742526bc (patch)
tree1d21fc53188d857ad39097fcd98294c9cb0ac415
parentMerge pull request #1652 from Kickball/contrib-link-helpwantedfix (diff)
parentfix typo (diff)
downloadawesome-selfhosted-f158183c6ef3d12b3cb429d6a538d5e7742526bc.tar.gz
awesome-selfhosted-f158183c6ef3d12b3cb429d6a538d5e7742526bc.zip
Merge pull request #1655 from metrue/patch-2
fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 995ed5fa..db15f2f7 100644
--- a/README.md
+++ b/README.md
@@ -1238,7 +1238,7 @@ _See [awesome-sysadmin/Continuous Integration & Continuous Deployment](https://g
*[Serverless computing on Wikipedia](https://en.wikipedia.org/wiki/Serverless_computing)*
-- [FX](https://github.com/metrue/fx) - fx is a tool to help you do Function as a Service with painless on your own servers. `MIT` `Go`
+- [fx](https://github.com/metrue/fx) - fx is a tool to help you do Function as a Service with painless on your own servers. `MIT` `Go`
- [IronFunctions](https://github.com/iron-io/functions) - The serverless microservices platform by [iron.io](https://www.iron.io/). `Apache-2.0` `Go`
- [LocalStack](https://localstack.cloud/) - LocalStack is a fully functional local AWS cloud stack. This includes Lambda for serverless computation. ([Source Code](https://github.com/localstack/localstack)) `Apache-2.0` `Python/Other`
- [OpenFaaS](https://www.openfaas.com/) - Serverless Functions Made Simple for Docker & Kubernetes. ([Source Code](https://github.com/openfaas/faas)) `MIT` `Go`