瀏覽代碼

Some trivial README fixes.

Göran Krampe 12 年之前
父節點
當前提交
2638e4d75f
共有 2 個文件被更改,包括 6 次插入2 次删除
  1. 2 2
      README.md
  2. 4 0
      examples/README

+ 2 - 2
README.md

@@ -12,10 +12,10 @@ Jtalk is written in itself, including the parser and compiler. Jtalk compiles in
 
 Some highlights:
 
--    Jtalk features an IDE with a Class browser, Workspace, Transcript, a ReferencesBrowser supporting senders/implementors and class references, basic Inspector and even a beginning of a Debugger.
+-    Jtalk features an IDE with a Class browser, Workspace, Transcript, a ReferencesBrowser supporting senders/implementors and class references, basic Inspector and even a beginning of a Debugger and a unit TestRunner.
 -    [Pharo Smalltalk](http://www.pharo-project.org) is considered as the reference implementation.
 -    Jtalk includes a canvas to generate HTML, like [Seaside](http://www.seaside.st)
--    Jtalk can use Javascript libraries includes a [jQuery](http://www.jquery.com) binding
+-    Jtalk can use Javascript libraries and the current IDE is built on [jQuery](http://www.jquery.com)
 -    You can inline Javascript code and there are many ways to interact between Jtalk and Javascript
 
 How to commit changes from the web-based IDE

+ 4 - 0
examples/README

@@ -0,0 +1,4 @@
+Here you will find examples for command line usage of Jtalk
+that you can typically make and run using "make run".
+
+Sub directories are for different target platforms.