From ae2b16340f5ead8ea275b5bde71a21b099bba7e7 Mon Sep 17 00:00:00 2001 From: shinriyo Date: Sun, 4 Aug 2019 18:36:59 +0900 Subject: [PATCH] fix Markdown I removed white-space. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9a83a60..804b583 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ A new Flutter project with a demo of clean architecture to list users from network, local storage or both. Also I provide some examples using custom views and animations. -Thanks to [alessandroaime] (https://github.com/alessandroaime/Weather/blob/master/lib/header_painter.dart) for this awesome canvas background to show the sample. +Thanks to [alessandroaime](https://github.com/alessandroaime/Weather/blob/master/lib/header_painter.dart) for this awesome canvas background to show the sample. ## Some screenshots -![Image of the list] (https://raw.githubusercontent.com/ficiverson/clean-flutter/master/list.png) -![Image of the touch example] (https://raw.githubusercontent.com/ficiverson/clean-flutter/master/touch.png) -![Image of the animation] (https://raw.githubusercontent.com/ficiverson/clean-flutter/master/fly.png) +![Image of the list](https://raw.githubusercontent.com/ficiverson/clean-flutter/master/list.png) +![Image of the touch example](https://raw.githubusercontent.com/ficiverson/clean-flutter/master/touch.png) +![Image of the animation](https://raw.githubusercontent.com/ficiverson/clean-flutter/master/fly.png)