Chromium Code Reviews| Index: examples/ui/png_viewer/README.md |
| diff --git a/examples/ui/png_viewer/README.md b/examples/ui/png_viewer/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..44f51cf36a646b3add018d554c1eddffee3b6c34 |
| --- /dev/null |
| +++ b/examples/ui/png_viewer/README.md |
| @@ -0,0 +1,8 @@ |
| +# PNG Content Handler Example |
| + |
| +This directory contains a simple application which decodes and views |
| +PNGs by implementing a Mojo content handler. |
| + |
| +## USAGE |
| + |
| + out/Debug/mojo_shell "mojo:launcher http://.../my.png" |