Skip to content

Commit 6a26b75

Browse files
committed
update Readme with appending service worker content
1 parent ef98079 commit 6a26b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ A snippet of the suggested service worker integration is as follows:
210210
- run: cd ./example; flutter build web --release --target=lib/main.dart --output=build/web
211211
212212
- name: Update service worker
213-
run: cat ./example/web/twilio-sw.js > ./example/build/web/flutter_service_worker.js
213+
run: cat ./example/web/twilio-sw.js >> ./example/build/web/flutter_service_worker.js
214214
#...
215215
```
216216

0 commit comments

Comments
 (0)