From 7a6f91da1dd05c0039cebfe2a17742736be08c08 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 11 Oct 2022 17:52:10 +0100 Subject: [PATCH] docs: update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 48475ea206..55bf0fc645 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # @libp2p/pubsub [![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/) -[![IRC](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p) [![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io) [![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-pubsub.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-pubsub) -[![CI](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-interfaces/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/libp2p/js-libp2p-pubsub/actions/workflows/js-test-and-release.yml) +[![CI](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-pubsub/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/libp2p/js-libp2p-pubsub/actions/workflows/js-test-and-release.yml) > libp2p pubsub base class @@ -24,7 +23,7 @@ $ npm i @libp2p/pubsub ## Usage ```console -npm i libp2p-pubsub +npm i @libp2p/pubsub ``` ```javascript