Skip to content

Commit

Permalink
Merge pull request #20 from 0xPolygon/release
Browse files Browse the repository at this point in the history
fix: readme
  • Loading branch information
nitinmittal23 authored Oct 4, 2023
2 parents 9880eb8 + 2169fae commit e663216
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chain Indexer Framework - Blockchain Data Indexer

[![GitHub version](https://badge.fury.io/gh/0xPolygon%2Fchain-indexer-framework.svg)](https://badge.fury.io/gh/0xPolygon%2Fchain-indexer-framework)
[![GitHub version](https://badge.fury.io/gh/maticnetwork%2Fchain-indexer-framework.svg)](https://badge.fury.io/gh/maticnetwork%2Fchain-indexer-framework)
![Build Status](https://github.com/0xPolygon/chain-indexer-framework/workflows/CI/badge.svg?branch=main)
[![npm version](https://badge.fury.io/js/%40maticnetwork%2Fchain-indexer-framework.svg)](https://www.npmjs.com/package/@maticnetwork/chain-indexer-framework)
![GitHub](https://img.shields.io/github/license/0xPolygon/chain-indexer-framework)
Expand All @@ -24,20 +24,14 @@ With Chain Indexer Framework, you can unlock the true potential of EVM blockchai

## Installation

You can install the package using [NPM](https://www.npmjs.com/package/@maticnetwork/chain-indexer-framework) or using [Yarn](https://yarnpkg.com/package/@maticnetwork/chain-indexer-framework)
You can install the package using [NPM](https://www.npmjs.com/package/@maticnetwork/chain-indexer-framework)

### Using NPM

```bash
npm install @maticnetwork/chain-indexer-framework
```

### Yarn

```bash
yarn add @maticnetwork/chain-indexer-framework
```

## Usage

```typescript
Expand Down

0 comments on commit e663216

Please sign in to comment.