From feeec1da3941e02404d7c5f4d9c9e5f5bfdf2a34 Mon Sep 17 00:00:00 2001 From: Cayman Date: Fri, 17 Apr 2020 15:15:17 -0500 Subject: [PATCH 1/2] Update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d13b738..7628593 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ This is a Javascript library that implements BLS (Boneh-Lynn-Shacham) signatures ## Usage - `yarn add @chainsafe/bls` -## Development -- `git clone --recursive git@github.com:ChainSafe/lodestar.git` -- `cd lodestar` -- `lerna bootstrap` -- `cd packages/bls` +## License + +Apache-2.0 From 8d7d4f34b1f0e59316991368dbb9c15e7a779856 Mon Sep 17 00:00:00 2001 From: Cayman Date: Fri, 17 Apr 2020 15:23:30 -0500 Subject: [PATCH 2/2] bls-js => bls --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7628593..9c3f3a0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bls-js +# bls [![Build Status](https://travis-ci.org/ChainSafe/lodestar.svg?branch=master)](https://travis-ci.org/ChainSafe/lodestar) [![codecov](https://codecov.io/gh/ChainSafe/lodestar/branch/master/graph/badge.svg)](https://codecov.io/gh/ChainSafe/lodestar)