Skip to content

Commit

Permalink
Update image paths in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nohli authored Aug 27, 2023
1 parent b5211d0 commit 299961a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ An HSV color picker designed for your Flutter app.

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

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

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


### Installation
Expand All @@ -30,4 +30,4 @@ ColorPicker(

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

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

0 comments on commit 299961a

Please sign in to comment.