diff --git a/README.md b/README.md index 825da84..29c8b21 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@

-

What is Revolution?

-

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. +

What is Revolution?

+

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.

-

What is Revolution for?

-

Basically anything. As long as you want to try it, it’s probably possible. +

What is Revolution for?

+

Basically anything. As long as you want to try it, it’s probably possible.

-

How does Revolution work?

-

\ No newline at end of file +

How does Revolution work?

+

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.