diff --git a/README.md b/README.md index b916bb1..dcef2e0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # [`Substreams`](https://substreams.streamingfast.io/) Sink CLI `Node.js` -[github](https://github.com/pinax-network/substreams-sink) -[npm](https://www.npmjs.com/package/substreams-sink) -[GitHub Workflow Status](https://github.com/pinax-network/substreams-sink/actions?query=branch%3Amain) +[![Build Status](https://github.com/pinax-network/substreams-sink/actions/workflows/ci.yml/badge.svg)](https://github.com/pinax-network/substreams-sink/actions/workflows/ci.yml) +[![npm version](https://badge.fury.io/js/substreams-sink.svg)](https://badge.fury.io/js/substreams-sink) +![License](https://img.shields.io/github/license/pinax-network/substreams-sink) > `substreams-sink` is the code template to build Substreams sinks in NodeJS. Sinks allows developers to pipe data extracted from a blockchain to a specified application. @@ -109,4 +109,4 @@ async function action(manifest: string, moduleName: string, options: ActionOptio }) substreams.start(options.delayBeforeStart); } -``` \ No newline at end of file +```