From eeb0168e09437b8d77c4bed8508cbc19952ff4e3 Mon Sep 17 00:00:00 2001 From: Ethan Stubbs Date: Sat, 23 Nov 2019 20:52:39 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dd5213..b395da8 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@

Setup

-

EUS has extra dependancies other than Revolution's base, of which include:
connect-busboy
randomstring
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 exported URL at Line 14 (exportURI)

+

EUS has extra dependancies other than Revolution's base, of which include:
connect-busboy
randomstring
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 exported URL at Line 14 (exportURI)
If you want to expand the files that the server allows to be saved to it you can do that at Line 15 (acceptedTypes)