Update README.md

This commit is contained in:
the-basic-geek 2020-01-03 04:08:43 +00:00
parent e67ea28b5d
commit 29d5719cf9
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
<h1 align="center">
<img height="150" src="http://ethanus.ml/images/Revolution.png">
</h1>
<h2 align="center">What is Revolution?</h2>
<p align="center">Revolution is A modular Web framework, written in node.js , and built with the purpose of being a solid framework that apps can build upon to get up and running quickly and easily. Revolution is designed to make it easy to create the application you need, with no waste.
<h2 align="left">What is Revolution?</h2>
<p align="left">Revolution is A modular Web framework, written in node.js , and built with the purpose of being a solid framework that apps can build upon to get up and running quickly and easily. Revolution is designed to make it easy to create the application you need, with no waste.
</p>
<h2 align="center">What is Revolution for?</h2>
<p align="center">Basically anything. As long as you want to try it, its probably possible.
<h2 align="left">What is Revolution for?</h2>
<p align="left">Basically anything. As long as you want to try it, its probably possible.
</p>
<h2 align="center">How does Revolution work?</h2>
<p align="center"></p>
<h2 align="left">How does Revolution work?</h2>
<p align="left">Revolution uses a set of modules to handle various functions, there are two modules included with the repo and builds, these being consoleHelper and example_request_handler. consoleHelper is a required module and as such the framework will not start without it, however example_request_handler can be removed without consequence and is there purely to help with module development.</p>