From 8c6e0fc89ff7627c05d0b0072c636186003f30b6 Mon Sep 17 00:00:00 2001 From: Obba Paschal Date: Sun, 21 Apr 2019 02:48:00 +0100 Subject: [PATCH] Update index.md Correct 'To' to 'Two' --- src/documentation/0010-node-hosting/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/0010-node-hosting/index.md b/src/documentation/0010-node-hosting/index.md index f357394600..4fabf52a39 100644 --- a/src/documentation/0010-node-hosting/index.md +++ b/src/documentation/0010-node-hosting/index.md @@ -39,7 +39,7 @@ I use it a lot for demo purposes. A way to publish your apps, and have no server at all to manage, is Serverless. Serverless is a paradigm where you publish your apps as **functions**, and they respond on a network endpoint (also called FAAS - Functions As A Service). -To very popular solutions are +Two very popular solutions are - [Serverless Framework](https://serverless.com/framework/) - [Standard Library](https://stdlib.com/)