diff --git a/working/macros/example/README.md b/working/macros/example/README.md index 10db94cedd..1014313447 100644 --- a/working/macros/example/README.md +++ b/working/macros/example/README.md @@ -1,8 +1,6 @@ **DISCLAIMER**: All code in this package is experimental and should be treated -as such. - -This package some example macros (under `lib`), as well as some utilities to try -actually running those examples. +as such. The examples are unstable and may or may not work at any given time, +depending on the implementation status. ## Setup @@ -10,6 +8,13 @@ Your SDK will need to match roughly the commit pinned in the pubspec.yaml file of this package (see the `ref` lines). Otherwise you will get a kernel version mismatch. +## Examples + +The example macros live under `lib/` and there are programs using them under +`bin/`. To try and run an example, you need to enable the `macros` experiment, +`dart --enable-experiment=macros