We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86068f1 commit dfb2f70Copy full SHA for dfb2f70
README.md
@@ -6,14 +6,14 @@
6
7
`nostrawl` is a simple tool for persistently fetching and processing filtered events from a set of [nostr](https://github.com/nostr-protocol/) relays.
8
9
-`nostrawl` is a wrapper for `nostr-fetch` (with the `nostr-tools` simple-pool adapter) and implements adapters for queuing fetch jobs.
+`nostrawl` wraps `nostr-fetch` (with the `nostr-tools` simple-pool adapter) and implements adapters for queuing fetch jobs.
10
11
## Install
12
```
13
git clone https://github.com/sandwichfarm/nostrawl
14
-cd nostral
+cd nostrawl
15
yarn install
16
-yarn link nostral
+yarn link nostrawl
17
18
_npm package soon_
19
0 commit comments