Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Aug 27, 2023
1 parent 5764f0d commit 316e23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ $ crosshash-py --hash '{"B": 2, "C": [1, 2, 3], "A": 1}'

### JavaScript

Browsers and Node.js are supported.

#### API

The library runs in the browser and Node.js and comes with [TypeScript definitions](./crosshash.d.ts).

```javascript
const {crossjson, crosshash, CrossHashError} = require('crosshash')

Expand Down

0 comments on commit 316e23c

Please sign in to comment.