From 6ba014d28fd1aa44f1cc843a8d4ae5d9eed2a0ab Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Wed, 26 Apr 2023 23:00:56 -0400 Subject: [PATCH] docs: add suggestions from https://github.com/shorebirdtech/docs/pull/17 (#20) --- docs/faq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 31ca66e1..05465e97 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -76,7 +76,8 @@ Code push isn't needed for Flutter web as the web already works this way. When a user opens a web app it downloads the latest version from the server if needed. -If you have a use case for code push with Fluter web, we'd love to know! +If you have a use case for code push with Fluter web, we'd +[love to know](https://github.com/shorebirdtech/shorebird/issues/new?assignees=&labels=feature&template=feature_request.md&title=feat%3A+)! ### Will this work on iOS, Android, Mac, Windows, Linux, etc?