Skip to content

Commit b70d9a0

Browse files
committed
docs: add a link to the Pyton library in the README.md
1 parent 8677a08 commit b70d9a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,14 @@ External pages:
3838

3939
## Installation
4040

41+
Install the JavaScript library via [npm](https://www.npmjs.com/):
42+
4143
```text
4244
npm install @jsonquerylang/jsonquery
4345
```
4446

47+
A Python implementation can be found here: https://github.com/jsonquerylang/jsonquery-python
48+
4549
## Usage
4650

4751
```js

0 commit comments

Comments
 (0)