From 96d76d27b4a146b33380df4325a7b07a43f996fe Mon Sep 17 00:00:00 2001 From: MJ Date: Wed, 7 Feb 2018 17:38:02 +0100 Subject: [PATCH] Refactored code samples. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 6d94db2..bb5d38b 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,11 @@ No code is the best way to write secure and reliable applications. Write nothing 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 +21,11 @@ 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 +33,11 @@ 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? @@ -51,3 +45,4 @@ I know right? ## Contributing You don't. +