From aed6dfe80f4afcb99216c837224e356f98495873 Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Sat, 16 Dec 2023 15:55:57 +0100 Subject: [PATCH] examples links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5db2278..bfe4e4c 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ Additionally, the `examples` directory shows a number of concrete use cases, e.g * [global state](./examples/globalstate.hs) * [configuration](./examples/reader.hs) * [cookies](./examples/cookies.hs) +* [file upload](./examples/upload.hs) +* and more ## More Information