Readme updates #9
No reviewers
Labels
No labels
bug
documentation
duplicate
Enhancement
good first issue
help wanted
invalid
question
size/M
size/S
size/XS
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tgpholly/Revolution#9
Loading…
Reference in a new issue
No description provided.
Delete branch "readme-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #2
Maybe add more before requesting a review?
It's mostly ok, just keep it the same as the mockup and place it in codeblocks.
@ -10,0 +10,4 @@
<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>
<h2 align="left">How do modules work?</h2>
<p align="left">Modules are loaded in at runtime and are completely separate from each other. Each module has a prefix, for example the request handlers have the prefix “handle_console”. These prefixes determine the function of the modules and help the server to function.</p>
Keep the instructions as original and place inside codeblocks to keep formatting correct
Keep the instructions as original and place inside codeblocks to keep formatting correct
Weird It'll do. I'll add some final stuff and i'll approve it
oki