diff --git a/README.md b/README.md index 559b0d3..84e0c89 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ VRF.py provides an implementation of a Verifiable Random Function (VRF) to ensure the randomness and fairness of a game. The script contains functions to generate seeds, proofs, and random values, and to verify the outcome of a game. -![Coverage](https://img.shields.io/badge/VRF.py-Coverage:100%25-brightgreen.svg) +![Coverage](https://img.shields.io/badge/VRF.py-Coverage:XX%-brightgreen.svg) + + +https://github.com/0xlucyy/vrf/assets/109987865/ff5b8fe8-0322-4543-8850-be0025d2054a + # Table of Contents @@ -159,4 +163,4 @@ Verification: ## Install - https://pypi.org/project/vrf/1.0.4/ - `pip install vrf==1.0.4` -- `from vrf_py import new_game, verify` \ No newline at end of file +- `from vrf_py import new_game, verify`