Skip to content

Commit 99561f3

Browse files
authored
rename stream_feed in readme
1 parent de58453 commit 99561f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ V3 keeps that scalability while giving you more flexibility over the content sho
5454

5555
The Flutter SDK for Stream Feeds is distributed through [pub.dev](https://pub.dev).
5656

57-
Currently we only have a package for the low level Feeds client: [stream_feed](https://pub.dev/packages/stream_feed).
57+
Currently we only have a package for the low level Feeds client: [stream_feeds](https://pub.dev/packages/stream_feeds).
5858
Releases and changes are published on the [GitHub releases page](https://github.com/GetStream/stream-feeds-flutter/releases).
5959

6060
### Adding the SDK to your project
@@ -63,7 +63,7 @@ To add the Flutter SDK, you can add the latest dependencies for the SDK to your
6363

6464
```yaml
6565
dependencies:
66-
stream_feed: ^latest
66+
stream_feeds: ^latest
6767
```
6868
Additionally, you can also run the `flutter pub add` command in the terminal to do this:
6969

0 commit comments

Comments
 (0)