From 3a2874e90efef619f4873db84aaed231779256f0 Mon Sep 17 00:00:00 2001 From: Viktor Lidholt Date: Fri, 23 Sep 2022 17:47:58 +0200 Subject: [PATCH] Moves image to correct readme --- README.md | 1 + example/README.md | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 061fc21..5a3d20a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Pixels is a minimalistic pixel editor for Flutter. It also comes with a couple of handy widgets for displaying and manipulating pixel images. +![Pixels screenshot](https://github.com/serverpod/pixels/raw/main/screenshot.png) ## Usage diff --git a/example/README.md b/example/README.md index a98d4c6..190cc32 100644 --- a/example/README.md +++ b/example/README.md @@ -2,8 +2,6 @@ This is an example of how to use the pixels package. -![Pixels screenshot](https://github.com/serverpod/pixels/raw/main/screenshot.png) - ## Getting Started Run by changing directory into the `example` folder. Then run `flutter create .`