Skip to content

Commit 5e383d7

Browse files
committed
make docs up-to-date
1 parent fe04862 commit 5e383d7

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

.dockerignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The API of this library is inspired by the [XMLHttpRequest-2 FormData Interface]
77
[xhr2-fd]: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#the-formdata-interface
88
[streams2-thing]: http://nodejs.org/api/stream.html#stream_compatibility_with_older_node_versions
99

10-
[![Linux Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=linux:0.10-5.x)](https://travis-ci.org/form-data/form-data)
11-
[![Windows Build](https://img.shields.io/appveyor/ci/alexindigo/form-data/master.svg?label=windows:0.10-5.x)](https://ci.appveyor.com/project/alexindigo/form-data)
10+
[![Linux Build](https://img.shields.io/travis/form-data/form-data/master.svg?label=linux:0.10-6.x)](https://travis-ci.org/form-data/form-data)
11+
[![Windows Build](https://img.shields.io/appveyor/ci/alexindigo/form-data/master.svg?label=windows:0.10-6.x)](https://ci.appveyor.com/project/alexindigo/form-data)
1212
[![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)
1313

1414
[![Dependency Status](https://img.shields.io/david/form-data/form-data.svg)](https://david-dm.org/form-data/form-data)
@@ -17,7 +17,7 @@ The API of this library is inspired by the [XMLHttpRequest-2 FormData Interface]
1717
## Install
1818

1919
```
20-
npm install form-data
20+
npm install --save form-data
2121
```
2222

2323
## Usage

0 commit comments

Comments
 (0)