Browse Source

updated the client-side usage infos

Nicolas Petton 13 years ago
parent
commit
b953d8fdfa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -85,8 +85,8 @@ t: 0; border: 0;" src="https://assets.github.com/img/bec6c51521dcc8148146135149f
 	      <div class="content">
 		<p>Load the full Jtalk Smalltalk environment in your page:</p> 
 		<pre>&lt;script src="jtalk.js" type="text/javascript"&gt;&lt;/script&gt;</pre>
-		<p>Or the runtime JavaScript file only (without the Smalltalk source or compiler):</p>
-		<pre>&lt;script src="jtalk-runtime.js" type="text/javascript"&gt;&lt;/script&gt;</pre>
+		<p>Or the deployment JavaScript file only (without the Smalltalk parser or compiler):</p>
+		<pre>&lt;script src="jtalk.deploy.js" type="text/javascript"&gt;&lt;/script&gt;</pre>
 		<p>Read the <a href="#documentation">documentation</a> to learn more about writing applications in Jtalk.</p>
 	    </div>
 	  </div>