Skip to content

Commit df2dd2e

Browse files
committed
Edit README link
Fix package link Signed-off-by: Ry Jones <ry@linux.com>
1 parent d91b875 commit df2dd2e

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
@@ -36,7 +36,7 @@ const schemaJson = schema.toJson()
3636
schema.handle.clear()
3737
```
3838

39-
> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-nodejs` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/anoncreds/anoncreds-rs/tree/main/wrappers/javascript/anoncreds-shared/README.md) for documentation on how to use this package.
39+
> **Note**: If you want to use this library in a cross-platform environment you need to import methods from the `@hyperledger/anoncreds-shared` package instead. This is a platform independent package that allows to register the native bindings. The `@hyperledger/anoncreds-nodejs` package uses this package under the hood. See the [Anoncreds Shared README](https://github.com/anoncreds/anoncreds-wrapper-javascript/tree/main/packages/anoncreds-shared/README.md) for documentation on how to use this package.
4040
4141
## Version Compatibility
4242

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/hyperledger/anoncreds-wrapper-javascript"
7+
"url": "https://github.com/anoncreds/anoncreds-wrapper-javascript"
88
},
99
"engines": {
1010
"node": ">= 18"

0 commit comments

Comments
 (0)