From 04e8e7de74e9f73a05b07d9211b53a0ede66adb6 Mon Sep 17 00:00:00 2001 From: aleph-naught2tog Date: Sat, 5 Jan 2019 15:18:47 -0600 Subject: [PATCH] Corrects README since the server _does_ handle images --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cbd92b..0231794 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Here, I used Node for the server, since I know Typescript itself uses Node, and If you have another server-side language that you prefer, you can use the same ideas and concepts. -This is _not_ a robust server. It won't do anything fancy: no live-reloading; no fancy or complex requests; if a file isn't found, it'll serve a boring plain-text error and a status code of 500; etc., etc. In fact, I'm pretty sure it won't even handle images (at the moment). +This is _not_ a robust server. It won't do anything fancy: no live-reloading; no fancy or complex requests; if a file isn't found, it'll serve a boring plain-text error and a status code of 500; etc., etc. ### Why are there two server files?