From 29d5719cf9bb67ebc8bc8e3cdc43c698f4964644 Mon Sep 17 00:00:00 2001 From: the-basic-geek <51840792+the-basic-geek@users.noreply.github.com> Date: Fri, 3 Jan 2020 04:08:43 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.