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
Comments
No comments yet.
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