diff --git a/README.md b/README.md index 4c387972..f80dcddc 100644 --- a/README.md +++ b/README.md @@ -102,12 +102,6 @@ Supports both hashed routes and pushState. The `BrowserRouter` interface exposes a `Stream onRoute`, which can be listened to for changes. It will fire `null` whenever no route is matched. -```dart -main() { - -} -``` - `angel_route` will also automatically intercept `` elements and redirect them to your routes.