Skip to content

Commit

Permalink
fix: dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
alii committed Aug 20, 2022
1 parent fbf79fa commit e39b2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Hop's JavaScript library. Requires Node.js 12+

## Usage

Create a [project token](https://docs.hop.io/docs/reference/project_tokens) or personal access token.
Create a [project token](https://docs.hop.io/reference/project_tokens) or personal access token.

```ts
import {Hop} from '@onehop/js';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onehop/js",
"version": "1.2.5",
"version": "1.2.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit e39b2c9

Please sign in to comment.