diff --git a/README.md b/README.md index ae4a3d4..3f37505 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@ The `shadowr` package enables to use the [shadow selenium plugin](https://github.com/sukgu/shadow-automation-selenium) to manage multi level shadow DOM elements on web page. [![R-CMD-check](https://github.com/ricilandolt/shadowr/workflows/R-CMD-check/badge.svg)](https://github.com/ricilandolt/shadowr/actions) -[![codecov](https://codecov.io/gh/ricilandolt/shadowr/branch/master/graph/badge.svg?token=lLHxbUQ7cG)](https://codecov.io/gh/ricilandolt/shadowr) +[![codecov](https://codecov.io/gh/ricilandolt/shadowr/branch/master/graph/badge.svg)](https://codecov.io/github/ricilandolt/shadowr?branch=master) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) - ## Shadow DOM: Shadow DOM is a web standard that offers component style and markup encapsulation. It is a critically important piece of the Web Components story as it ensures that a component will work in any environment even if other CSS or JavaScript is at play on the page.