Update image URLs to be absolute (for PyPI usage)
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
Launching the app from your home screen will display your app [without browser chrome](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/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
|
||||
=====
|
||||
|
||||
Reference in New Issue
Block a user