From b4988601d4a9d2354e85209efc2fa4cbe261a526 Mon Sep 17 00:00:00 2001 From: Ivan Huerta Date: Tue, 8 Mar 2022 11:46:11 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e95a0c7c..afc31ea0 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,8 @@ The best way to run and test a component package is to use tools like Storybook. _Be sure to use Figma Components_ + To run the widgetbook, instead of running the normal `flutter run`, you want to run `flutter run lib/main_widgetbook.g.dart`. + # What's Next? Be sure to complete our [Hello World Guide](https://docs.parabeac.com/docs/hello-world-guide) or read the [docs](https://docs.parabeac.com/) so you know how to handle the code generated.