Skip to content

Commit

Permalink
better readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlalmes committed Oct 13, 2022
1 parent bae55a9 commit ee1d7cd
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 @@ -70,15 +70,15 @@ _For advanced use-cases, please find examples in our [complete test suite](test)

#### ChromeLinkOptions

Please see [full typings here](src/link.ts).
Please see [full typings here](src/link/index.ts).

| Property | Type | Description | Required |
| -------- | --------------------- | ---------------------------------------------------------------- | -------- |
| `port` | `chrome.runtime.Port` | An open web extension port between content & background scripts. | `true` |

#### CreateChromeHandlerOptions

Please see [full typings here](src/handler.ts).
Please see [full typings here](src/adapter/index.ts).

| Property | Type | Description | Required |
| --------------- | ---------- | ------------------------------------------------------ | -------- |
Expand Down

0 comments on commit ee1d7cd

Please sign in to comment.