From 63eb2acda1050ac9d8f992f71d6412abdf222786 Mon Sep 17 00:00:00 2001 From: Andrew Vy Date: Sun, 20 Aug 2017 12:31:28 -0700 Subject: [PATCH] :rotating_light: Add CircleCI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b6341d..d7bc3a4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Chrome Remote Interface +[![CircleCI](https://img.shields.io/circleci/project/github/andrewvy/chrome-remote-interface.svg)](https://circleci.com/gh/andrewvy/chrome-remote-interface) + This library provides an Elixir Client to the [Chrome Debugging Protocol](https://chromedevtools.github.io/devtools-protocol/) with a small layer of abstraction for handling and subscribing to domain events.