Skip to content

Commit 299961a

Browse files
authored
Update image paths in readme
1 parent b5211d0 commit 299961a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ An HSV color picker designed for your Flutter app.
44

55
Pickers: RGB, HSV, Color Wheel, Palette Hue, Palette Saturation, Palette Value, Swatches.
66

7-
![](https://github.com/fluttercandies/flutter_hsvcolor_picker/blob/main/screenshot/phone.png)
7+
![](https://raw.githubusercontent.com/fluttercandies/flutter_hsvcolor_picker/main/screenshot/phone.png)
88

99
## Getting Started
10-
![](https://github.com/fluttercandies/flutter_hsvcolor_picker/blob/main/screenshot/logo.png)
10+
![](https://raw.githubusercontent.com/fluttercandies/flutter_hsvcolor_picker/main/screenshot/logo.png)
1111

1212

1313
### Installation
@@ -30,4 +30,4 @@ ColorPicker(
3030

3131
For a more detailed example, head over to: https://github.com/fluttercandies/flutter_hsvcolor_picker/tree/main/example/lib/complex_example
3232

33-
![](https://github.com/fluttercandies/flutter_hsvcolor_picker/blob/main/screenshot/design.png)
33+
![](https://raw.githubusercontent.com/fluttercandies/flutter_hsvcolor_picker/main/screenshot/design.png)

0 commit comments

Comments
 (0)