Fix readme

This commit is contained in:
Jon Staab
2024-04-22 19:43:22 -07:00
parent f142163c02
commit 6c119fa054
+4 -4
View File
@@ -4,7 +4,7 @@ A nostr toolkit focused on creating highly a configurable client system, extract
This is a monorepo which is split into several different packages:
- [@welshman/lib](./tree/master/packages/lib) - generic utility functions.
- [@welshman/util](./tree/master/packages/util) - various nostr-specific utilities.
- [@welshman/net](./tree/master/packages/net) - framework for interacting with relays.
- [@welshman/feeds](./tree/master/packages/feeds) - an interpreter for custom nostr feeds.
- [@welshman/lib](./packages/lib) - generic utility functions.
- [@welshman/util](./packages/util) - various nostr-specific utilities.
- [@welshman/net](./packages/net) - framework for interacting with relays.
- [@welshman/feeds](./packages/feeds) - an interpreter for custom nostr feeds.