Chromium Code Reviews| Index: experimental/webtry/README | 
| diff --git a/experimental/webtry/README b/experimental/webtry/README | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..a36ac8a3fedf6b0ad7512982bd56e681934b0c35 | 
| --- /dev/null | 
| +++ b/experimental/webtry/README | 
| @@ -0,0 +1,16 @@ | 
| +WebTry | 
| +====== | 
| + | 
| +Allows trying out Skia code in the browser. Run a local webserver | 
| +and from the pages it serves try out Skia code and see the results | 
| +immediately. | 
| + | 
| +Running | 
| +======= | 
| + | 
| +$ cd experimental/webtry | 
| +$ python server.py | 
| + | 
| +Then visit http://localhost:8765 in your browser. | 
| + | 
| + |