diff --git a/README.md b/README.md index 2915bf0..3a11832 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Run `flutter pub get` or `dart pub get` to fetch dependencies. ```dart import 'package:cherrypick_annotations/cherrypick_annotations.dart'; import 'package:cherrypick/cherrypick.dart'; - + part 'app_module.cherrypick.g.dart'; @module() @@ -181,5 +181,4 @@ CherryPick Workspace is licensed under the [Apache License 2.0](https://www.apac - [CherryPick GitHub Repository](https://github.com/pese-git/cherrypick) - [cherrypick_flutter on pub.dev](https://pub.dev/packages/cherrypick_flutter) - [cherrypick_generator on pub.dev](https://pub.dev/packages/cherrypick_generator) -- [cherrypick_annotations on pub.dev](https://pub.dev/packages/cherrypick_annotations) -``` \ No newline at end of file +- [cherrypick_annotations on pub.dev](https://pub.dev/packages/cherrypick_annotations) \ No newline at end of file