Skip to content

Commit 4ea2c7d

Browse files
committed
Adding badges for dependencies, build status, and npm package version.
1 parent bc6c959 commit 4ea2c7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Use this middleware to automatically inject the necessary BrowserSync `<script>` tags into your HTML pages. Alternatively, you can integrate BrowserSync with your app using [Gulp](https://github.com/shakyShane/gulp-browser-sync) or [Grunt](https://github.com/shakyShane/grunt-browser-sync).
66

7+
[![NPM version](https://badge.fury.io/js/connect-browser-sync.png)](https://npmjs.org/package/connect-browser-sync)
8+
[![Build Status](https://travis-ci.org/schmich/connect-browser-sync.png?branch=master)](https://travis-ci.org/schmich/connect-browser-sync)
9+
[![Dependency Status](https://gemnasium.com/schmich/connect-browser-sync.png)](https://gemnasium.com/schmich/connect-browser-sync)
10+
711
## Usage
812

913
Assuming you will only use BrowserSync in development:

0 commit comments

Comments
 (0)