From fa24ac0d7999a18c669c99f9a828f7dd2a68fa9b Mon Sep 17 00:00:00 2001 From: cpw Date: Fri, 29 Jun 2018 08:51:57 -0400 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6d94db2..87099d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# No Code +# No Mod -No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere. +No mod is the best way to write secure and reliable mods. Write nothing; share nowhere. ## Getting Started @@ -10,7 +10,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: +This is just an example mod, but imagine it doing anything you want. Adding new features is easy too: ``` @@ -18,35 +18,29 @@ This is just an example application, but imagine it doing anything you want. Add The possibilities are endless. -### Building the Application +### Building the Mod -Now that you have not done anything it's time to build your application: +Now that you have not done anything it's time to build your mod: ``` ``` -Yep. That's it. You should see the following output: +Yep. That's it. You should see the following things in-game: ``` ``` -### Deploying +### Sharing -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. +While you still have not done anything it's time to share your mod. By running the following command you can share your mod absolutely nowhere. ``` ``` -It's that simple. And when it comes time to scale the application, all you have to do is: - -``` - -``` - -I know right? +It's that simple. ## Contributing