Skip to content

Commit

Permalink
chore(doc): CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
statianzo committed Feb 21, 2021
1 parent 8f80217 commit 3e8e219
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# webpack-livereload-plugin

[![Build Status](https://travis-ci.org/statianzo/webpack-livereload-plugin.svg?branch=master)](https://travis-ci.org/statianzo/webpack-livereload-plugin)
[![CI][ci]][ci-url]
[![node][node]][node-url]

LiveReload when running `webpack --watch`
Expand Down Expand Up @@ -74,3 +74,5 @@ and `liveImg` to `false` to prevent multiple reloads.

[node]: https://img.shields.io/node/v/webpack-livereload-plugin.svg
[node-url]: https://nodejs.org
[ci]: https://github.com/statianzo/webpack-livereload-plugin/actions/workflows/ci.yml/badge.svg?branch=master
[ci-url]: https://github.com/statianzo/webpack-livereload-plugin/actions/workflows/ci.yml

0 comments on commit 3e8e219

Please sign in to comment.