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

Side by Side Diff: examples/moterm_example_app/README.md

Issue 1334923002: Fix link in moterm_example_app's README.md. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Moterm example application 1 # Moterm example application
2 2
3 `moterm_example_app` is an example application that embeds 3 `moterm_example_app` is an example application that embeds
4 [Moterm](../../apps/moterm), uses it to provide a prompt, and allows it to be 4 [Moterm](../../apps/moterm), uses it to provide a prompt, and allows it to be
5 connected to other applications (which should implement the 5 connected to other applications (which should implement the
6 `mojo.terminal.TerminalClient` interface). 6 `mojo.terminal.TerminalClient` interface).
7 7
8 ## Running 8 ## Running
9 9
10 On Linux, run it in the usual way, e.g.: 10 On Linux, run it in the usual way, e.g.:
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 > function add(x, y) { return x + y; } 44 > function add(x, y) { return x + y; }
45 undefined 45 undefined
46 > add("hello ", 123) 46 > add("hello ", 123)
47 "hello 123" 47 "hello 123"
48 48
49 ## See also 49 ## See also
50 50
51 * [//apps/moterm](../../apps/moterm) 51 * [//apps/moterm](../../apps/moterm)
52 * [//examples/dart/netcat](../dart/netcat) 52 * [//examples/dart/netcat](../dart/netcat)
53 * [//examples/js/repl.js](../dart/js/repl.js) 53 * [//examples/js/repl.js](../js/repl.js)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698