From a0a460d682d279ae0294c367f8309334a802d68b Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 22 Nov 2017 22:54:37 +0100 Subject: [PATCH] minor documentation update --- doc/backends.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/backends.txt b/doc/backends.txt index fc5bf806c6..b7f5308ab5 100644 --- a/doc/backends.txt +++ b/doc/backends.txt @@ -207,9 +207,10 @@ from the previous section): Compile the Nim code to JavaScript with ``nim js -o:calculator.js calculator.nim`` and open ``host.html`` in a browser. If the browser supports -javascript, you should see the value ``10``. In JavaScript the `echo proc -`_ will modify the HTML DOM and append the string. Use the -`dom module `_ for specific DOM querying and modification procs. +javascript, you should see the value ``10`` in the browser's console. Use the +`dom module `_ for specific DOM querying and modification procs +or take a look at `karax `_ for how to +develop browser based applications. Backend code calling Nim