From ef57f25ef41c32f4e66e0875f78edaac31db4187 Mon Sep 17 00:00:00 2001 From: Colin Nielsen Date: Mon, 12 Jun 2023 19:31:24 -0600 Subject: [PATCH] docs: :memo: clean up docs --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a73617b..d40fda3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Noir Array Helpers -[![Build Status](https://travis-ci.com/colinnielsen/noir-array-helpers.svg?branch=main)](https://travis-ci.com/colinnielsen/noir-array-helpers) -[![Coverage Status](https://coveralls.io/repos/github/colinnielsen/noir-array-helpers/badge.svg?branch=main)](https://coveralls.io/github/colinnielsen/noir-array-helpers?branch=main) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) **Noir Array Helpers** is a Noir function library to manipulate arrays. This library serves a kitchen sink for various array functions the Noir community finds useful. `v0.1.0` mostly contains useful functions for Ethereum signatures, joining, and splitting arrays.