Skip to content

Commit 2143060

Browse files
committed
Docs: Update badges (closes #285)
1 parent 4e9a3ed commit 2143060

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# vinyl-fs
88

9-
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url]
9+
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url]
1010

1111
[Vinyl][vinyl] adapter for the file system.
1212

@@ -326,13 +326,16 @@ scenario.
326326

327327
[downloads-image]: http://img.shields.io/npm/dm/vinyl-fs.svg
328328
[npm-url]: https://www.npmjs.com/package/vinyl-fs
329-
[npm-image]: https://badge.fury.io/js/vinyl-fs.svg
329+
[npm-image]: http://img.shields.io/npm/v/vinyl-fs.svg
330330

331331
[travis-url]: https://travis-ci.org/gulpjs/vinyl-fs
332-
[travis-image]: https://travis-ci.org/gulpjs/vinyl-fs.svg?branch=master
332+
[travis-image]: http://img.shields.io/travis/gulpjs/vinyl-fs.svg?label=travis-ci
333+
334+
[appveyor-url]: https://ci.appveyor.com/project/gulpjs/vinyl-fs
335+
[appveyor-image]: https://img.shields.io/appveyor/ci/gulpjs/vinyl-fs.svg?label=appveyor
333336

334337
[coveralls-url]: https://coveralls.io/r/gulpjs/vinyl-fs
335-
[coveralls-image]: https://coveralls.io/repos/gulpjs/vinyl-fs/badge.svg
338+
[coveralls-image]: http://img.shields.io/coveralls/gulpjs/vinyl-fs/master.svg
336339

337340
[gitter-url]: https://gitter.im/gulpjs/gulp
338-
[gitter-image]: https://badges.gitter.im/gulpjs/gulp.png
341+
[gitter-image]: https://badges.gitter.im/gulpjs/gulp.svg

0 commit comments

Comments
 (0)