Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3678)

Unified Diff: examples/js/README.md

Issue 789243002: Restructure public side of network service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | examples/js/wget.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | examples/js/wget.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698