| Index: examples/js/README.md
|
| diff --git a/examples/js/README.md b/examples/js/README.md
|
| index 3dcee697207675ec0077a31c276c52bd0e274f92..280e682aa0a9e042dd841df18cf1a4a52bb38322 100644
|
| --- a/examples/js/README.md
|
| +++ b/examples/js/README.md
|
| @@ -101,7 +101,7 @@ name is based on the '.mojom' file's path. For example, to use the Mojo network
|
| service you need the JS module based on network_service.mojom:
|
|
|
| define("main", [
|
| - "mojo/services/public/interfaces/network/network_service.mojom",
|
| + "mojo/services/network/public/interfaces/network_service.mojom",
|
| "mojo/services/public/js/application",
|
| ]
|
| function(netModule, appModule) {
|
|
|