Skip to content

Commit dfb2f70

Browse files
authoredApr 9, 2024··
Update README.md
1 parent 86068f1 commit dfb2f70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
77
`nostrawl` is a simple tool for persistently fetching and processing filtered events from a set of [nostr](https://github.com/nostr-protocol/) relays.
88

9-
`nostrawl` is a wrapper for `nostr-fetch` (with the `nostr-tools` simple-pool adapter) and implements adapters for queuing fetch jobs.
9+
`nostrawl` wraps `nostr-fetch` (with the `nostr-tools` simple-pool adapter) and implements adapters for queuing fetch jobs.
1010

1111
## Install
1212
```
1313
git clone https://github.com/sandwichfarm/nostrawl
14-
cd nostral
14+
cd nostrawl
1515
yarn install
16-
yarn link nostral
16+
yarn link nostrawl
1717
```
1818
_npm package soon_
1919

0 commit comments

Comments
 (0)
Please sign in to comment.