From 2d583074dfbc68bc1e9ad3b7e4014ddb617d4857 Mon Sep 17 00:00:00 2001 From: ume-kun1015 Date: Fri, 17 Jan 2025 11:03:37 +0900 Subject: [PATCH] fix: fix screenshot path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edc3c8d..18924fa 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A [Flutter DevTools extension](https://pub.dev/packages/devtools_extensions) for This package adds a new tool to Flutter's DevTools, utilizing the new `devtools_extensions` framework. With this tool, you can generate dummy text by controlling the number of words, sentences, and paragraphs on the left. You can also copy the text to clipboard and paste it anywhere. -![screenshot](/resources/screenshot.png) +![screenshot](https://raw.githubusercontent.com/offich/panache/refs/heads/develop/resources/screenshot.png) ## Getting started