From a16e9e577c31af891327911b1746898820955e6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthieu=20COLL=C3=89?= Date: Tue, 25 Sep 2018 16:08:28 -0500 Subject: [PATCH] doc(README): updated broken links; added SR badge --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 811c7ec31..8226a180d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.com/blockchain-certificates/cert-verifier-js.svg?branch=master)](https://travis-ci.com/blockchain-certificates/cert-verifier-js) [![codecov](https://codecov.io/gh/blockchain-certificates/cert-verifier-js/branch/master/graph/badge.svg)](https://codecov.io/gh/blockchain-certificates/cert-verifier-js) +[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) A library to parse and verify [Blockcerts](https://www.blockcerts.org/) certificates. @@ -30,7 +31,7 @@ let certificate = new Certificate(certificateDefinition); ``` #### Script tag (iife) -[Check an example here](https://github.com/blockchain-certificates/@blockcerts/cert-verifier-js/blob/master/test/e2e/script-tag.html) +[Check an example here](https://github.com/blockchain-certificates/cert-verifier-js/blob/master/test/e2e/script-tag.html) ```html