diff --git a/README.md b/README.md index 79f4ef4..0ff11ee 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,17 @@

readme soon™

-

Setup

-

EUS has extra dependancies other than Revolution's base, of which include:
connect-busboy
randomstring
get-folder-size
Install the dependancies and then simply drop the EUS.js into a Revolution instance's modules folder
(If you still have "example_request_handler.js" be sure to delete it!)
-If this is running at a URL then you can define the url to build from in the config with baseURL. Just don't put a / at the end!
-If you want to expand the files that the server allows to be sent to it this can be done in the allowedTypes array
+ +EUS has extra dependencies other than those of [Revolution](https://github.com/tgpethan/Revolution)'s base, of which include: + - [connect-busboy](https://www.npmjs.com/package/connect-busboy) + - [randomstring](https://www.npmjs.com/package/randomstring) + - [get-folder-size](https://www.npmjs.com/package/get-folder-size) + +Install the dependencies and then simply drop the EUS.js into a Revolution instance's modules folder **(If you still have [example_request_handler.js](https://github.com/tgpethan/Revolution/blob/master/modules/example_request_handler.js) be sure to delete it!)** + +If this is running at a URL then you can define the url to build from in the config with the **baseURL** property. Just don't put a / at the end! + +If you want to expand the files that the server allows to be sent to it this can be done in the **allowedTypes** array