From 409c303cbfb292c3905b98f37f1c8b43fce2b26f Mon Sep 17 00:00:00 2001 From: Ethan Stubbs Date: Mon, 15 Jun 2020 07:30:43 +0100 Subject: [PATCH] Turns out you do actually need a / --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ff11ee..97cc69f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ EUS has extra dependencies other than those of [Revolution](https://github.com/t 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 this is running at a URL then you can define the url to build from in the config with the **baseURL** property. Remember to put a / at the end or the url will be malformed! If you want to expand the files that the server allows to be sent to it this can be done in the **allowedTypes** array