From 23232661e0727048b271c251fddc256fb90c3306 Mon Sep 17 00:00:00 2001 From: Scott Vitale Date: Tue, 14 Feb 2017 15:02:41 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 788460e..3918099 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ PWA_APP_ICONS = [ ] ``` +All settings are optional, and the app will work fine with its internal defaults. Highly recommend setting at least `PWA_APP_NAME` and `PWA_APP_DESCRIPTION`. + Add the progressive web app URLs to urls.py: ```python from django.conf.urls import url, include