Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ad86777

Browse files
committed
standard
1 parent 86d7c69 commit ad86777

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

‎README.md‎

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# blob-to-buffer [![Build Status][travis-image]][travis-url] [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url]
1+
# blob-to-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
2+
3+
[travis-image]: https://img.shields.io/travis/feross/blob-to-buffer/master.svg
4+
[travis-url]: https://travis-ci.org/feross/blob-to-buffer
5+
[npm-image]: https://img.shields.io/npm/v/blob-to-buffer.svg
6+
[npm-url]: https://npmjs.org/package/blob-to-buffer
7+
[downloads-image]: https://img.shields.io/npm/dm/blob-to-buffer.svg
8+
[downloads-url]: https://npmjs.org/package/blob-to-buffer
9+
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
10+
[standard-url]: https://standardjs.com
211

312
#### Convert a Blob to a [Buffer](https://github.com/feross/buffer).
413

@@ -41,10 +50,3 @@ toBuffer(blob, function (err, buffer) {
4150
### license
4251

4352
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).
44-
45-
[travis-image]: https://img.shields.io/travis/feross/blob-to-buffer/master.svg
46-
[travis-url]: https://travis-ci.org/feross/blob-to-buffer
47-
[npm-image]: https://img.shields.io/npm/v/blob-to-buffer.svg
48-
[npm-url]: https://npmjs.org/package/blob-to-buffer
49-
[downloads-image]: https://img.shields.io/npm/dm/blob-to-buffer.svg
50-
[downloads-url]: https://npmjs.org/package/blob-to-buffer

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /