Skip to content

Commit 6e145e3

Browse files
minimise README churn
Signed-off-by: rmlearney-digicatapult <robert.learney@digicatapult.org.uk>
1 parent ab109b4 commit 6e145e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The built-in cache uses a `Map` and does not have an automatic TTL, so entries d
9595
Enable the built-in cache by passing `cache: true` to the constructor:
9696

9797
```js
98-
const resolver = new Resolver({
98+
const resolver = new DIDResolver({
9999
ethr,
100100
web
101101
}, {
@@ -145,7 +145,7 @@ const customCache: DIDCache = async (parsed, resolve, options) => {
145145
return doc
146146
}
147147

148-
const resolver = new Resolver({
148+
const resolver = new DIDResolver({
149149
ethr,
150150
web
151151
}, {

0 commit comments

Comments
 (0)