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

Unified Diff: examples/js/show_image.js

Issue 1164023004: Rename skydb to mojodb (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Update docs Created 5 years, 7 months 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 | « examples/js/repl.js ('k') | mojo/tools/mojodb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/js/show_image.js
diff --git a/examples/js/show_image.js b/examples/js/show_image.js
index b046780a73b70e8c06c101959a3f21e45c8a4bda..174fbc2c9ca22883619d03be65462204392d4ff2 100644
--- a/examples/js/show_image.js
+++ b/examples/js/show_image.js
@@ -3,8 +3,8 @@
// displays an image. To run this application set BUILD_DIR to the build
// directory (like "src/out/Debug") and append a PNG image URL as the url
// paramaeter for: absolute path for this directory, then:
-// sky/tools/skydb start $BUILD_DIR examples/js/show_image.js?url=<PNG URL>
-// The skydb application starts an HTTP server that points at the build and
+// sky/tools/mojodb start $BUILD_DIR examples/js/show_image.js?url=<PNG URL>
+// The mojodb application starts an HTTP server that points at the build and
// and source directories. It starts a simple - just one view - window manager
// and then embeds this application in its root view. This application just
// asks the same window manager to embed the PNG viewer. Doing so effectively
« no previous file with comments | « examples/js/repl.js ('k') | mojo/tools/mojodb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698