Skip to content

Commit 4452f69

Browse files
committed
docs: add suggestions from #17
1 parent 7760e90 commit 4452f69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/faq.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ Code push isn't needed for Flutter web as the web already works this way. When
7676
a user opens a web app it downloads the latest version from the server if
7777
needed.
7878

79-
If you have a use case for code push with Fluter web, we'd love to know!
79+
If you have a use case for code push with Fluter web, we'd
80+
[love to know](https://github.com/shorebirdtech/shorebird/issues/new?assignees=&labels=feature&template=feature_request.md&title=feat%3A+)!
8081

8182
### Will this work on iOS, Android, Mac, Windows, Linux, etc?
8283

@@ -156,7 +157,7 @@ For more information about why we had to fork Flutter see
156157

157158
## When do updates happen?
158159

159-
Shorebird updater is currently hard-coded to run on app startup. It runs on
160+
The Shorebird updater is currently hard-coded to run on app startup. It runs on
160161
a background thread and does not block the UI thread. Any updates will be
161162
installed while the user is using the app and will be applied the next time the
162163
app is restarted.

0 commit comments

Comments
 (0)