We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4105f44 commit 1373a91Copy full SHA for 1373a91
src/content/guides/jetstream/introduction/getting-started.mdx
@@ -16,7 +16,7 @@ import { Jetstream } from "@skyware/jetstream";
16
const jetstream = new Jetstream();
17
```
18
19
-The `Firehose` class takes an object parameter with the following properties:
+The `Jetstream` class takes an object parameter with the following properties:
20
21
- `wantedCollections`: An array of collections to subscribe to events for. If not provided or empty, you will receive events for all collections.
22
- `wantedDids`: An array of DIDs to subscribe to events for. If not provided or empty, you will receive events for all DIDs.
0 commit comments