Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
partkyle committed Feb 14, 2012
1 parent 96cb50b commit 3570ad0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ var optionalParams = {
date: new Date(),
files: [
{
filename: '', // required only if file.content is used.
contentType: '', // optional
path: '', //
url: '', // == One of these three options is required
content: '' //
filename: '', // required only if file.content is used.
contentType: '', // optional
path: '', //
url: '', // == One of these three options is required
content: ('' | Buffer) //
}
],
file_data: {},
Expand Down

0 comments on commit 3570ad0

Please sign in to comment.