Skip to content

Commit

Permalink
Fixed link in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shan-shaji committed Aug 15, 2020
1 parent 111f798 commit debc130
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 @@ -5,8 +5,8 @@ A Flutter widget library which helps us to select days in a week.
## Screenshot

<p>
<img src="https://github.com/shan-shaji/select_week_days/blob/master/screenshot/screenshot.jpg" alt="Screenshot week day picker" width="250">
<img src="https://github.com/shan-shaji/select_week_days/blob/master/screenshot/animate.gif" alt="Screenshot week day picker" width="250">
<img src="https://raw.githubusercontent.com/shan-shaji/day_picker/master/screenshots/screenshot.jpg" alt="Screenshot week day picker" width="250">
<img src="https://raw.githubusercontent.com/shan-shaji/day_picker/master/screenshots/animate.gif" alt="Screenshot week day picker" width="250">
</p>

## Usage
Expand Down Expand Up @@ -45,7 +45,7 @@ Constructor for the `day_picker` is given below.

Example here creates a `day_picker` with below style [with Gradient and no borders].

<img src="https://github.com/shan-shaji/select_week_days/blob/master/screenshot/screenshot2.jpg" alt="Screenshot week day picker" width="250">
<img src="https://raw.githubusercontent.com/shan-shaji/day_picker/master/screenshots/screenshot2.jpg" alt="Screenshot week day picker" width="250">

```dart
Expand Down

0 comments on commit debc130

Please sign in to comment.