patx/relay-lang

Update README to mark static file serving and middleware as complete

Commit bc55157 · Harrison Erd · 2026-02-10T13:46:01-05:00

Changeset
bc5515770cc7996e49c4b4391c36b3274017c519
Parents
1b9aa54a125308236afc63c42a3de7ebdfa981e7

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/README.md b/README.md
index c4c9093..994129c 100644
--- a/README.md
+++ b/README.md
@@ -1872,8 +1872,8 @@ Found a bug? [Open an issue](https://github.com/patx/relay-lang/issues) with:
 - [x] Destructuring assignment
 - [x] Error handling with try/except
 - [ ] WebSocket support
-- [ ] Static file serving
-- [ ] Middleware support
+- [X] Static file serving
+- [X] Middleware support
 
 **v0.3 (Future):**
 - [ ] Package manager