Skip to content

Commit

Permalink
updated README with correct require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Key committed Feb 21, 2013
1 parent efc13cf commit 29145d1
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 @@ -7,7 +7,7 @@ Installation

Example Usage

var S3Sizer = require('../index');
var S3Sizer = require('aws-s3-size');
configFile = __dirname + '/awscreds.json',
s3Sizer = new S3Sizer({configFile : configFile});

Expand Down

0 comments on commit 29145d1

Please sign in to comment.