Skip to content

Commit

Permalink
Merge pull request #7 from wcp1231/patch-1
Browse files Browse the repository at this point in the history
fix example error
  • Loading branch information
dead-horse committed Nov 25, 2014
2 parents baa22ac + 39bf474 commit c30d13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ client.upload(fs.createReadStream(filepath), function (err, result) {
client.upload('哈哈', {key: 'haha.txt'}, function (err, result) {
console.log(result);
// hash: 'FptOdeKmWhcYHUXa5YmNZxJC934B',
// key: 'foobar.txt',
// url: 'http://qtestbucket.qiniudn.com/foobar.txt',
// key: 'haha.txt',
// url: 'http://qtestbucket.qiniudn.com/haha.txt',
});

// xVariables
Expand Down

0 comments on commit c30d13a

Please sign in to comment.