From 13b354c3c965f68de0b646cda63e33e57483a174 Mon Sep 17 00:00:00 2001 From: drklee3 Date: Sun, 1 Nov 2020 14:12:16 -0800 Subject: [PATCH] docs: Remove stray > character --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80bbe6a..b510b6c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Simple local web server made with [Koa](https://github.com/koajs/koa) and [puppeteer](https://github.com/GoogleChrome/puppeteer) to generate images for [sushii-bot](https://github.com/drklee3/sushii-bot). The files directory can be used to serve static files used for HTML screenshots (e.g., JavaScript files). -## ⚠ Warning > +## ⚠ Warning Don't serve this publicly unless you know the risks. Any JavaScript can be ran on the system and local files can be accessed.