From 633e5414d9bfe548053a4f530acb6f468b2d1b16 Mon Sep 17 00:00:00 2001 From: g k Date: Wed, 4 Mar 2020 16:13:08 +0100 Subject: [PATCH] renamed functions and variables for clarity reasons --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6d94db2..5870a59 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Start by not writing any code. This is just an example application, but imagine it doing anything you want. Adding new features is easy too: ``` - + ``` The possibilities are endless. @@ -23,13 +23,13 @@ The possibilities are endless. Now that you have not done anything it's time to build your application: ``` - + ``` Yep. That's it. You should see the following output: ``` - + ``` ### Deploying @@ -37,13 +37,13 @@ Yep. That's it. You should see the following output: While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere. ``` - + ``` It's that simple. And when it comes time to scale the application, all you have to do is: ``` - + ``` I know right?