From 106d1910462ace4d8a0b17f046ad41696dfcb15d Mon Sep 17 00:00:00 2001 From: Dale Webster Date: Fri, 24 Feb 2017 15:51:05 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c2403e..0f5f220 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,12 @@ By default EverLayout Bridge will listen on port `3000` and monitor `./Layouts` `ever-layout-bridge --port=1234 --dir="my-layouts/"` -When the server detects a change in one of your layout files, it will send the data to all connected clients via sockets. \ No newline at end of file +When the server detects a change in one of your layout files, it will send the data to all connected clients via sockets. + +The server also acts as a basic file server for images. The app will look for images in `./Images` by default, and this can also be set with arguments + +`ever-layout-bridge --images="assets/images"` + +When the server is running all images can be accessed from the root like so: + +`http:{your-server-address}/image-name.png`