Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danReynolds committed Mar 1, 2021
1 parent 9f54e95 commit 3a38484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -64,7 +64,7 @@ class WarmupRoutineExample extends StatelessWidget {

### Navigator example

```
```dart
// The overlay will remain on top of the application above navigation events, so Navigator.push/pop
// can be warmed up as well:
Expand Down Expand Up @@ -140,4 +140,4 @@ class WarmupOverlayNavigationExample extends StatelessWidget {
}
```

Full examples in [GitHub repo](https://github.com/danReynolds/warmup_routine/blob/master/example.dart)
Full examples in [GitHub repo](https://github.com/danReynolds/warmup_routine/blob/master/example.dart)

0 comments on commit 3a38484

Please sign in to comment.