diff --git a/README.md b/README.md index 787c8241275a0cc9fb5840abbd3ad2ccbf1ad59e..d2086873f03bebfaec648e3280ab3b4a3f0bab71 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,13 @@ equivalent attribute but as explained above, Android developers will benefit by having this attribute for having more control over when a wrapping happens. +## Flexbox Playground demo app +The `app` module works as a playground demo app for trying various values for the supported attributes. +You can install it by +``` +./gradlew installDebug` +``` + ## How to make contributions Please read and follow the steps in [CONTRIBUTING.md](https://github.com/google/flexbox-layout/blob/master/CONTRIBUTING.md)