Skip to content

Commit

Permalink
Merge pull request #3 from brandondrew/master
Browse files Browse the repository at this point in the history
Update README to make it just a little clearer
  • Loading branch information
zenspider committed Oct 28, 2013
2 parents e4a56c5 + f9119fc commit 922d5ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Phuby wraps PHP in a loving embrace. Exposes a PHP runtime in ruby

== SYNOPSIS:

rt = Phuby::Runtime.new
rt.start
php = Phuby::Runtime.new
php.start

rt.eval('$hello = "world"')
assert_equal "world", rt['hello']
php.eval('$hello = "world"')
assert_equal "world", php['hello']

rt.stop
php.stop

== REQUIREMENTS:

Expand Down

0 comments on commit 922d5ba

Please sign in to comment.