Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit b8d4a96

Browse files
authored
Update link to userop.js docs (#16)
1 parent 5fc64ae commit b8d4a96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A simple JS library for building ERC-4337 UserOperations.
66

77
# Usage
88

9-
See the `userop` documentation at [docs.stackup.sh](https://docs.stackup.sh/reference/useropjs).
9+
See the `userop` documentation at [docs.stackup.sh](https://docs.stackup.sh/docs/useropjs).
1010

1111
# Contributing
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "userop",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A simple JS library for building ERC-4337 UserOperations.",
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)