Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
efcmeg committed May 22, 2020
1 parent 722495d commit b9523e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import { MimeInfoItem } from 'mime-info-stream-parser';
yarn add mime-info-stream-parser
```

TS
Typescript

```ts
import { pipeline } from 'stream';
Expand All @@ -82,7 +82,7 @@ pipeline(read, mimeInfo, write, (err) => {
});
```

JS
Node.js

```js
const { MimeInfoStreamParser } = require('mime-info-stream-parser');
Expand All @@ -92,7 +92,7 @@ const { MimeInfoStreamParser } = require('mime-info-stream-parser');
## Tests

```sh
yarn test
yarn && yarn test
```

## License
Expand Down

0 comments on commit b9523e3

Please sign in to comment.