Skip to content

Commit

Permalink
update readme with new uri configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hsitter committed Nov 15, 2016
1 parent de58366 commit d9e0530
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ Or install it yourself as:
require 'aptly'

Aptly.configure do |config|
config.host = 'localhost'
config.port = 8080
config.uri = URI::HTTP.build(host: 'localhost', port: 8080)
end

repo = Aptly::Repository.create('kewl-new-repo')
Expand Down

0 comments on commit d9e0530

Please sign in to comment.