From ac6fd0e11551ed1ecaa3ea7b0504dc2f67eae286 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Fri, 5 Jun 2020 14:25:09 +0200 Subject: [PATCH] Fix broken package name @iov/cosmjs in README --- packages/crypto/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/crypto/README.md b/packages/crypto/README.md index 36d72d6f..abd8c68b 100644 --- a/packages/crypto/README.md +++ b/packages/crypto/README.md @@ -2,11 +2,11 @@ [![npm version](https://img.shields.io/npm/v/@cosmjs/crypto.svg)](https://www.npmjs.com/package/@cosmjs/crypto) -@iov/cosmjs contains low-level cryptographic functionality used in other @cosmjs -libraries. Little of it is implemented here, but mainly it is a curation of -external libraries along with correctness tests. We add type-safety, some more -checks, and a simple API to these libraries. This can also be freely imported -outside of CosmJS based applications. +This package contains low-level cryptographic functionality used in other +@cosmjs libraries. Little of it is implemented here, but mainly it is a curation +of external libraries along with correctness tests. We add type-safety, some +more checks, and a simple API to these libraries. This can also be freely +imported outside of CosmJS based applications. ## License