README.md in net-ssh-session-0.1.2 vs README.md in net-ssh-session-0.1.3

- old
+ new

@@ -69,9 +69,13 @@ 'cd project', 'bundle install', 'rake test' ) +# Execute by calling a method +session.ping("-c 5", "google.com") +session.df('-h') + # Execute as sudo session.sudo("whoami") # Execute with time limit (10s) begin \ No newline at end of file