Browse Source

Update Duktape version in getting started

pull/522/head
Sami Vaarala 9 years ago
parent
commit
aefff9a38f
  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.3.0 (v1.3.0)
((o) Duktape [no readline] 1.4.0 (v1.4.0)
duk&gt; print('Hello world!')
Hello world!
= undefined

Loading…
Cancel
Save