Skip to content

Commit a937722

Browse files
Images - link fixed
2 parents 9c769ef + 851e945 commit a937722

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ React Native component that lets you select days of the week.
1717

1818
## 🖼 Gallery
1919

20-
![img1](https://github.com/williamniemiec/nForum/blob/master/docs/img/img1.png)
20+
![img1](https://github.com/wniemiec-components-reactnative/weekday-selector/blob/master/docs/img/img1.jpg)
2121

22-
![img2](https://github.com/williamniemiec/nForum/blob/master/docs/img/img2.png)
22+
![img2](https://github.com/wniemiec-components-reactnative/weekday-selector/blob/master/docs/img/img2.jpg)
2323

24-
![img3](https://github.com/williamniemiec/nForum/blob/master/docs/img/img3.png)
24+
![img3](https://github.com/wniemiec-components-reactnative/weekday-selector/blob/master/docs/img/img3.jpg)
2525

2626
## ❓ How to use
2727
1. Install the component
2828
```
29-
$ npm install --save @wniemiec.component.reactnative/weekday-selector
29+
$ npm install --save @wniemiec-component-reactnative/weekday-selector
3030
```
3131

3232
2. Import the component
3333
```
34-
import WeekdaySelector from '@wniemiec.component.reactnative/weekday-selector';
34+
import WeekdaySelector from '@wniemiec-component-reactnative/weekday-selector';
3535
```
3636

3737
3. Use it
@@ -60,7 +60,7 @@ function handleWeekDay(weekday, selected) {
6060
|fgColor |`string`|Foreground color (in hexadecimal) |`#FFFFFF`|
6161

6262
## 🚩 Changelog
63-
Details about each version are documented in the [releases section](https://github.com/williamniemiec/nForum/releases).
63+
Details about each version are documented in the [releases section](https://github.com/williamniemiec/wniemiec-components-reactnative/weekday-selector/releases).
6464

6565
## 🤝 Contribute!
6666
See the documentation on how you can contribute to the project [here](https://github.com/wniemiec-components-reactnative/weekday-selector/blob/master/CONTRIBUTING.md).

0 commit comments

Comments
 (0)