diff --git a/README.md b/README.md index e2a1ee7a..ecfa99f8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Rwf is a comprehensive framework for building web applications in Rust. Written - ✔ Tight integration with [Hotwired Turbo](https://turbo.hotwired.dev/) for building [backend-driven SPAs](https://github.com/levkk/rwf/tree/main/examples/turbo) - ✔ Environment-specific configuration - ✔ Logging and metrics -- ✔ [CLI](rwf-cli) +- ✔ [CLI](https://github.com/levkk/rwf/tree/main/rwf-cli) - ✔ WSGI server for [migrating](https://github.com/levkk/rwf/tree/main/examples/django) from Django/Flask apps - ✔ Rack server for [migrating](https://github.com/levkk/rwf/tree/main/examples/rails) from Rails @@ -65,7 +65,7 @@ async fn main() { } ``` -## https://github.com/levkk/rwf/tree/main/examples +## Examples See [examples](https://github.com/levkk/rwf/tree/main/examples) for common use cases.