diff --git a/README.md b/README.md index e3ca200..3df17ab 100644 --- a/README.md +++ b/README.md @@ -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 =====