Browse Source

Update Duktape version in getting started example

pull/195/head
Sami Vaarala 10 years ago
parent
commit
b246ca7f3b
  1. 2
      website/guide/gettingstarted.html

2
website/guide/gettingstarted.html

@ -38,7 +38,7 @@ you can enable line editing support by editing the Makefile:
<p>You can now run Ecmascript code interactively:</p>
<pre>
$ ./duk
((o) Duktape [no readline] 1.1.0 (v1.1.0)
((o) Duktape [no readline] 1.2.0 (v1.2.0)
duk&gt; print('Hello world!')
Hello world!
= undefined

Loading…
Cancel
Save