diff --git a/README.textile b/README.textile index 73ccb12..2c9640e 100644 --- a/README.textile +++ b/README.textile @@ -47,7 +47,9 @@ h3. Running it Running it is easy. There are multiple options: -In the terminal, just call +h4. Using the james command + +This is easiest. In the terminal, just call
$ james time_dialog.rb twitter_dialog.rb
@@ -59,16 +61,13 @@ Or a bit snappier to do the same as above. -There is also a shortcut: - -
$ james
- -equals +Options are: @-si@ (silent input), @-so@ (silent output), @-s@ (both). -
$ james **/*_dialog.rb
+
$ james -s time_dialog.rb
+for example will use audio for neither input nor output. -Or do it programmatically: +h4. Programmatically
require 'rubygems'
 require 'james'