Skip to content

Commit 980feb4

Browse files
committed
fix up details
1 parent fabdc82 commit 980feb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# DEXTools Node
2-
[![Python application](https://github.com/alb2001/dextools-python/actions/workflows/python-app.yml/badge.svg)](https://github.com/alb2001/dextools-python/actions/workflows/python-app.yml)
2+
[![Node.js CI](https://github.com/alb2001/dextools-node/actions/workflows/node.js.yml/badge.svg)](https://github.com/alb2001/dextools-node/actions/workflows/node.js.yml)
33
[![NPM Downloads](https://img.shields.io/npm/dm/dextools-node)](https://npm-stat.com/charts.html?package=dextools-node)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![NPM Version](https://img.shields.io/npm/v/dextools-node)](https://www.npmjs.com/package/dextools-node)
@@ -110,7 +110,7 @@ Available values: `"free"`, `"trial"`, `"standard"`, `"advanced"`, `"pro"`, and
110110

111111

112112
## Version 1 Queries
113-
Below are a set of queries supported by the [Dextools API v1](https://api.dextools.io/docs). All data is returned as a Python dictionary for easy data handling.
113+
Below are a set of queries supported by the [Dextools API v1](https://api.dextools.io/docs). All data is returned as a JavaScript object for easy data handling.
114114

115115
### Get pairs of a token
116116
To get the pairs of a token, pass a `chain id` and a `pair address`:
@@ -159,7 +159,7 @@ console.log(exchange_list);
159159
```
160160

161161
## Version 2 Queries
162-
Below are a set of queries supported by the [Dextools API v2](https://developer.dextools.io/docs/start). All data is returned as a Python dictionary for easy data handling.
162+
Below are a set of queries supported by the [Dextools API v2](https://developer.dextools.io/docs/start). All data is returned as a JavaScript object for easy data handling.
163163

164164
### Blockchain
165165
#### Get blockchain info

0 commit comments

Comments
 (0)