diff --git a/pkgs/record_use/README.md b/pkgs/record_use/README.md index 0e27d2bd..ea1872ac 100644 --- a/pkgs/record_use/README.md +++ b/pkgs/record_use/README.md @@ -19,6 +19,7 @@ any constant instance of the class will be recorded. This is particularly useful when using the class as an annotation. ## Example + ```dart import 'package:meta/meta.dart' show RecordUse;