Skip to content

Commit

Permalink
docs: update readme with link to weald (#2779)
Browse files Browse the repository at this point in the history
debug was swapped for weald because it's in TypeScript, update the
readme to reflect this.
  • Loading branch information
achingbrain authored Oct 23, 2024
1 parent dc3bdb9 commit 5a25d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/logger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repo and examine the changes made.
-->

A logger for libp2p based on the venerable [debug](https://www.npmjs.com/package/debug) module.
A logger for libp2p based on [weald](https://www.npmjs.com/package/weald), a TypeScript port of the venerable [debug](https://www.npmjs.com/package/debug) module.

## Example

Expand Down
2 changes: 1 addition & 1 deletion packages/logger/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @packageDocumentation
*
* A logger for libp2p based on the venerable [debug](https://www.npmjs.com/package/debug) module.
* A logger for libp2p based on [weald](https://www.npmjs.com/package/weald), a TypeScript port of the venerable [debug](https://www.npmjs.com/package/debug) module.
*
* @example
*
Expand Down

0 comments on commit 5a25d83

Please sign in to comment.