diff --git a/packages/flame_bloc/README.md b/packages/flame_bloc/README.md index c6f8af7989d..caf0559d022 100644 --- a/packages/flame_bloc/README.md +++ b/packages/flame_bloc/README.md @@ -18,7 +18,7 @@ BlocProvider( To access the bloc from inside your game, the `read` method can be used. ```dart -class ExampleGame example FlameBlocGame { +class ExampleGame extends FlameBlocGame { void selectWeapon() { read.add(WeaponSelected('axe')); }