Merge in documentation fix
authorJaroslav Tulach <jtulach@netbeans.org>
Sun, 19 May 2013 16:57:28 +0200
changeset 20c71dff3a524c
parent 19 3b444d059b6e
parent 14 7d1be0cc9595
child 21 65cadba2cf02
Merge in documentation fix
twitter/src/main/resources/org/apidesign/html/demo/twitter/index.html
     1.1 --- a/twitter/src/main/resources/org/apidesign/html/demo/twitter/index.html	Sun May 19 16:56:36 2013 +0200
     1.2 +++ b/twitter/src/main/resources/org/apidesign/html/demo/twitter/index.html	Sun May 19 16:57:28 2013 +0200
     1.3 @@ -47,8 +47,8 @@
     1.4          <h2>Bck2Brwsr's Twitter</h2>
     1.5          
     1.6          <p>
     1.7 -        This code based on original <a href="http://knockoutjs.com/examples/twitter.html">knockout.js Twitter example</a> and
     1.8 -        uses almost unmodified HTML code. It just changes the model. It 
     1.9 +        This code is based on original <a href="http://knockoutjs.com/examples/twitter.html">knockout.js Twitter example</a> and
    1.10 +        uses almost unmodified HTML page. It just changes the model. It 
    1.11          is written in Java language and it is executed using <a href="http://bck2brwsr.apidesign.org">Bck2Brwsr</a>
    1.12          virtual machine. The Java source code has about 190 lines and is available 
    1.13          <a href="http://source.apidesign.org/hg/bck2brwsr/file/7fc6b7e9c982/javaquery/demo-twitter/src/main/java/org/apidesign/bck2brwsr/demo/twitter/TwitterClient.java">here</a>