From f34a363a6a76d10f13e6288725211034e1378b7e Mon Sep 17 00:00:00 2001 From: Ethan Stubbs Date: Sat, 23 Nov 2019 20:45:13 +0000 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 750f5fa..c131cbe 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

+

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!)

From 60b4e329b615599169f586bbe189aa4e4921d518 Mon Sep 17 00:00:00 2001 From: Ethan Stubbs Date: Sat, 23 Nov 2019 20:50:30 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c131cbe..0dd5213 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!)

+

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)

From eeb0168e09437b8d77c4bed8508cbc19952ff4e3 Mon Sep 17 00:00:00 2001 From: Ethan Stubbs Date: Sat, 23 Nov 2019 20:52:39 +0000 Subject: [PATCH 3/4] 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)

From efc56ac35208a37f68bdd2d19d247e86a18f13b5 Mon Sep 17 00:00:00 2001 From: Ethan Stubbs Date: Sat, 23 Nov 2019 20:54:50 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b395da8..bc0a8fd 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)
If you want to expand the files that the server allows to be saved to it you can do that at Line 15 (acceptedTypes)

+

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)
Note: This is soon to be included in a config json so code editing will no longer be needed