diff --git a/README.md b/README.md index e33cf7886cb479878c84ab99da8ffb18c4af22cf..71434ee426041ceca2bfd34f1a704d0ceea779a0 100644 --- a/README.md +++ b/README.md @@ -521,7 +521,7 @@ Tags are defined using the `@Tags` annotation for suites and the `tags` named parameter to `test()` and `group()`. For example: ```dart -@Tags(["browser"]) +@Tags(const ["browser"]) import "package:test/test.dart";