From 845ac1db88f12b634528e849b26d91401c889341 Mon Sep 17 00:00:00 2001 From: Scott Date: Sat, 4 Feb 2017 22:26:20 -0700 Subject: [PATCH] Update image URLs to actually work. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 =====