Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrybak committed May 15, 2024
1 parent ab71ab4 commit 45fb573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To execute our `Future` only once, we could use a `StatefulWidget`, but now we h
```
class Home extends StatefulWidget {
@override
_HomeState createState() => _HomeState();
State<Home> createState() => _HomeState();
}
class _HomeState extends State<Home> {
Expand Down

0 comments on commit 45fb573

Please sign in to comment.