We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece6686 commit dce0c13Copy full SHA for dce0c13
1 file changed
README.md
@@ -238,7 +238,7 @@ information about every LRUCache instance in your application:
238
```ts
239
import { tracingChannel, subscribe } from 'node:diagnostics_channel'
240
241
-subscribe( 'lru-cache:metrics', (message, name) => {
+subscribe('lru-cache:metrics', (message, name) => {
242
// name will always be 'lru-cache:metrics'
243
// message will be the LRUCache.Status object for whatever
244
// synchronous operation was performed.
0 commit comments