Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from tapajos/patch-1
Browse files Browse the repository at this point in the history
Just a small Readme fix.
  • Loading branch information
Jon Yurek committed Aug 19, 2011
2 parents fb39757 + accbc4f commit 3a6eae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Question? Idea? Problem? Bug? Something else? Comment? Concern? Like use questio
The basic, normal stuff.

```ruby
line = Cocaine::CommandLine.run("command", "some 'crazy' options")
line = Cocaine::CommandLine.new("command", "some 'crazy' options")
line.command # => "command some 'crazy' options"
output = line.run # => Get you some output!
```
Expand Down

0 comments on commit 3a6eae9

Please sign in to comment.