diff options
| -rw-r--r-- | examples/hello_world.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_world.rb b/examples/hello_world.rb index e4ee3c2..881f67f 100644 --- a/examples/hello_world.rb +++ b/examples/hello_world.rb @@ -7,7 +7,7 @@  #   $ ruby -Ilib examples/hello_world.rb  #  # or load the system from a JSON specification ( created with dom0.hibernate! ) -#   $ ruby -Ilib bin/edoors.rb -r examples/hello_world.rb examples/hello_world.json +#   $ ruby -Ilib -r ./examples/hello_world.rb bin/edoors.rb examples/hello_world.json  #  require 'edoors'  #  | 
