Update image URLs to actually work.

This commit is contained in:
Scott
2017-02-04 22:26:20 -07:00
parent 3b59c5eaf7
commit 845ac1db88

View File

@@ -2,9 +2,9 @@ django-progressive-web-app
=====
This Django app turns your project into a [progressive web app](https://developers.google.com/web/progressive-web-apps/). Navigating to your site on an Android phone will prompt you to add the app to your home screen.
![Prompt for install](https://github.com/svvitale/django-progressive-web-app/images/screenshot1.png)
![Prompt for install](https://github.com/svvitale/django-progressive-web-app/raw/master/images/screenshot1.png)
Launching the app from your home screen will display your app [without browser chrome](https://github.com/svvitale/django-progressive-web-app/images/screenshot2.png). As such, it's critical that your application provides all navigation within the HTML (no reliance on the browser back or forward button).
Launching the app from your home screen will display your app [without browser chrome](https://github.com/svvitale/django-progressive-web-app/raw/master/images/screenshot2.png). As such, it's critical that your application provides all navigation within the HTML (no reliance on the browser back or forward button).
Requirements
=====