Skip to content

Commit

Permalink
Remove trailing whitespace from the README
Browse files Browse the repository at this point in the history
  • Loading branch information
nahiluhmot committed Mar 23, 2014
1 parent 4d4babc commit d4aa81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Much like the Images, this object also has a one-to-one mapping with the [Contai
```ruby
require 'docker'

# Create a Container.
# Create a Container.
Docker::Container.create('Cmd' => ['ls'], 'Image' => 'base')
# => Docker::Container { :id => 492510dd38e4, :connection => Docker::Connection { :url => http://localhost, :options => {:port=>4243} } }

Expand Down

0 comments on commit d4aa81c

Please sign in to comment.