From a990c9e0548f7e87118e8abd4f79f36ffdf100a3 Mon Sep 17 00:00:00 2001 From: LionTao Date: Mon, 11 Feb 2019 10:23:34 +0800 Subject: [PATCH] Update screenshot url Fix the broken screenshot url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b696e1..8fef7f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fabric Task List -![Screenshot of the completed task list app](https://github.com/mikewheaton/fabric-task-list/blob/master/screenshot.png) +![Screenshot of the completed task list app](https://raw.githubusercontent.com/Jahnp/fabric-task-list/master/screenshot.png) ## About this tutorial You'll be creating a simple task list using [Office UI Fabric React](http://dev.office.com/fabric). Fabric React allows you to build your application with the same components that Microsoft uses across Office and Office 365. In this tutorial, you'll use components like TextField, Checkbox, and ProgressIndicator to quickly create an application that fits seamlessly into the Office experience.