| Index: examples/js/README.md
|
| diff --git a/examples/js/README.md b/examples/js/README.md
|
| index f65f863f7c1c2400788b86bbba7b5e656ceb4f27..8fd619a4c5f7745022ba9e3f46427e90e19a589f 100644
|
| --- a/examples/js/README.md
|
| +++ b/examples/js/README.md
|
| @@ -1,10 +1,12 @@
|
| JavaScript Mojo Example Applications
|
| =====================
|
|
|
| -users-guide.md - How to build and run JS Mojo applications
|
| +- users-guide.md - How to build and run JS Mojo applications
|
|
|
| -hello.js, world.js - A minimal application that connects to another.
|
| +- hello.js, world.js - A minimal application that connects to another.
|
|
|
| -wget.js - Uses the network service to load a URL.
|
| +- wget.js - Uses the network service to load a URL.
|
|
|
| -cube.js - A JS version of examples/sample_app.
|
| +- cube.js - A JS version of examples/sample_app.
|
| +
|
| +- share_echo.js, share_echo_target.js - Peer to peer service sharing.
|
|
|