Skip to content

Commit

Permalink
docs: option address, not hostname (#777)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Prado <jason@drivers.coop>
  • Loading branch information
2 people authored and kherock committed Oct 3, 2021
1 parent b9fe0b9 commit 7613360
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 @@ -157,7 +157,7 @@ let instance;
before(function(done) {
instance = new S3rver({
port: 4569,
hostname: 'localhost',
address: 'localhost',
silent: false,
directory: '/tmp/s3rver_test_directory',
}).run(done);
Expand Down

0 comments on commit 7613360

Please # to comment.