Skip to content

Commit 5c9b3a9

Browse files
authored
Merge pull request #449 from form-data/readme-drop-node4
Update Readme.md
2 parents 76d2dde + 073fd1a commit 5c9b3a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The API of this library is inspired by the [XMLHttpRequest-2 FormData Interface]
66

77
[xhr2-fd]: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#the-formdata-interface
88

9-
[![Linux Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=linux:4.x-12.x)](https://travis-ci.org/form-data/form-data)
10-
[![MacOS Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=macos:4.x-12.x)](https://travis-ci.org/form-data/form-data)
11-
[![Windows Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=windows:4.x-12.x)](https://travis-ci.org/form-data/form-data)
9+
[![Linux Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=linux:6.x-12.x)](https://travis-ci.org/form-data/form-data)
10+
[![MacOS Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=macos:6.x-12.x)](https://travis-ci.org/form-data/form-data)
11+
[![Windows Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=windows:6.x-12.x)](https://travis-ci.org/form-data/form-data)
1212

1313
[![Coverage Status](https://img.shields.io/coveralls/form-data/form-data/master.svg?label=code+coverage)](https://coveralls.io/github/form-data/form-data?branch=master)
1414
[![Dependency Status](https://img.shields.io/david/form-data/form-data.svg)](https://david-dm.org/form-data/form-data)
@@ -344,6 +344,7 @@ axios.post('http://example.com', form, {
344344

345345
- ```getLengthSync()``` method DOESN'T calculate length for streams, use ```knownLength``` options as workaround.
346346
- Starting version `2.x` FormData has dropped support for `[email protected]`.
347+
- Starting version `3.x` FormData has dropped support for `[email protected]`.
347348

348349
## License
349350

0 commit comments

Comments
 (0)