Skip to content

Commit

Permalink
Fix README.md. Replace "extends" with "implements"
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeci committed Jul 20, 2019
1 parent 687eac7 commit 1401840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ If you are using Flutter consider the [dependencies_flutter](https://pub.dartlan
Optionally create a module.

```dart
class PlayerModule extends Module {
class PlayerModule implements Module {
@override
void configure(Binder binder) {
binder
Expand Down

0 comments on commit 1401840

Please sign in to comment.