From d6bf4055a6ffdc8657b746614ee84fd89f7f9bdc Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 24 Jun 2020 17:54:36 +0200 Subject: [PATCH] stream: Update README --- packages/stream/README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/packages/stream/README.md b/packages/stream/README.md index 5c364e5ee4..14f10496bc 100644 --- a/packages/stream/README.md +++ b/packages/stream/README.md @@ -1,16 +1,12 @@ -# @iov/stream +# @cosmjs/stream -[![npm version](https://img.shields.io/npm/v/@iov/stream.svg)](https://www.npmjs.com/package/@iov/stream) +[![npm version](https://img.shields.io/npm/v/@cosmjs/stream.svg)](https://www.npmjs.com/package/@cosmjs/stream) -@iov/stream are some helper methods and classes to ceal with stream processing. -As BCP's `BlockchainConnection` exposes a Stream based event API, and -tendermint/RpcClient exposes Stream based subscriptions, there is common useful -functionality for creating and consuming streams both in applications as well as -in the test code. +@cosmjs/stream are some helper methods and classes to help with stream +processing. ## License -This package is part of the IOV-Core repository, licensed under the Apache -License 2.0 (see -[NOTICE](https://github.com/iov-one/iov-core/blob/master/NOTICE) and -[LICENSE](https://github.com/iov-one/iov-core/blob/master/LICENSE)). +This package is part of the cosmjs repository, licensed under the Apache License +2.0 (see [NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and +[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)).