| Index: examples/ui/jank/README.md
|
| diff --git a/examples/ui/jank/README.md b/examples/ui/jank/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..21135aeec08d23a77d0c2f67123583a9257d9b9c
|
| --- /dev/null
|
| +++ b/examples/ui/jank/README.md
|
| @@ -0,0 +1,9 @@
|
| +# Jank Example
|
| +
|
| +This directory contains a simple application whose sole purpose is to
|
| +misbehave and produce broken behavior. Buttons in the application trigger
|
| +various functions such as stalling or crashing the app.
|
| +
|
| +## USAGE
|
| +
|
| + out/Debug/mojo_shell "mojo:launcher mojo:jank_view"
|
|
|