Skip to content

Commit

Permalink
grammar and syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Nov 24, 2012
1 parent 97af36a commit 5d586e6
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 @@ -187,9 +187,9 @@ abstracted from PoorForm's `fieldstart`, `fielddata`, and `fieldend` events.
* `size` is the current byte size of the file, which changes until the `end` event is called
* `type` is the `contentType`
* `lastModifiedDate` is updated each time a chunk is written to the file
* `path` is the current file path (either in '/tmp' or a path you specified)
* `path` is the current file path (either in `/tmp` or a path you specified)
* `headers` is the array of MIME headers associated with the form
* `md5`, `sha1`, `sha256`, `sha512`, etc are attached in declared in the `options.hashes` array
* `md5`, `sha1`, `sha256`, `sha512`, etc are attached as per the `options.hashes` array

### Formaline#on('end', function (fields, files) {})

Expand Down

0 comments on commit 5d586e6

Please sign in to comment.