Skip to content

Commit 08b6ae3

Browse files
committed
Fix content type
1 parent 55855e4 commit 08b6ae3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# form-data
22

3-
A module to create readable `"application/x-www-form-urlencoded"` streams. Can be used to submit forms and file uploads to other web applications.
3+
A module to create readable `"multipart/form-data"` streams. Can be used to
4+
submit forms and file uploads to other web applications.
45

56
The API of this module is inspired by the
67
[XMLHttpRequest-2 FormData Interface][xhr2-fd].

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
33
"name": "form-data",
4-
"description": "A module to create readable `\"application/x-www-form-urlencoded\"` streams. Can be used to submit forms and file uploads to other web applications.",
4+
"description": "A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.",
55
"version": "0.0.0",
66
"repository": {
77
"type": "git",
@@ -13,4 +13,4 @@
1313
},
1414
"dependencies": {},
1515
"devDependencies": {}
16-
}
16+
}

0 commit comments

Comments
 (0)