diff options
Diffstat (limited to 'ext/flash/README.md')
-rw-r--r-- | ext/flash/README.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/flash/README.md b/ext/flash/README.md deleted file mode 100644 index bc3c12065..000000000 --- a/ext/flash/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# flash - -Flash is a fast HTTP/1.1 server implementation for Deno. - -```js -serve({ fetch: (req) => new Response("Hello World") }); -``` |