Skip to content

Commit

Permalink
Merge pull request #1263 from xna2/master
Browse files Browse the repository at this point in the history
Fixed a syntax error / typo in README.md
  • Loading branch information
nylen committed Nov 12, 2014
2 parents 408a7bb + aea0dfc commit ecc6ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -256,7 +256,7 @@ var formData = {
my_file: fs.createReadStream(__dirname + '/unicycle.jpg'),
// Pass multiple values /w an Array
attachments: [
fs.createReadStream(__dirname + '/attacment1.jpg')
fs.createReadStream(__dirname + '/attacment1.jpg'),
fs.createReadStream(__dirname + '/attachment2.jpg')
],
// Pass optional meta-data with an 'options' object with style: {value: DATA, options: OPTIONS}
Expand Down

0 comments on commit ecc6ca8

Please sign in to comment.