File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ V3 keeps that scalability while giving you more flexibility over the content sho
5454
5555The 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 ) .
5858Releases 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
6565dependencies :
66- stream_feed : ^latest
66+ stream_feeds : ^latest
6767` ` `
6868Additionally, you can also run the ` flutter pub add` command in the terminal to do this:
6969
You can’t perform that action at this time.
0 commit comments