Skip to content

Commit 5aa4b36

Browse files
Doc fix
1 parent 96c5f56 commit 5aa4b36

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
![](https://github.com/wniemiec-components-reactnative/weekday-selector/blob/master/docs/img/logo/logo.jpg)
1+
![](https://github.com/wniemiec-component-reactnative/weekday-selector/blob/master/docs/img/logo/logo.jpg)
22

33
<h1 align='center'>Weekday selector</h1>
44
<p align='center'>Component that lets you select days of the week.</p>
55
<p align="center">
6-
<a href="https://github.com/wniemiec-components-reactnative/weekday-selector/actions/workflows/windows.yml"><img src="https://github.com/wniemiec-components-reactnative/weekday-selector/actions/workflows/windows.yml/badge.svg" alt=""></a>
7-
<a href="https://github.com/wniemiec-components-reactnative/weekday-selector/actions/workflows/macos.yml"><img src="https://github.com/wniemiec-components-reactnative/weekday-selector/actions/workflows/macos.yml/badge.svg" alt=""></a>
8-
<a href="https://github.com/wniemiec-components-reactnative/weekday-selector/actions/workflows/ubuntu.yml"><img src="https://github.com/wniemiec-components-reactnative/weekday-selector/actions/workflows/ubuntu.yml/badge.svg" alt=""></a>
6+
<a href="https://github.com/wniemiec-component-reactnative/weekday-selector/actions/workflows/windows.yml"><img src="https://github.com/wniemiec-component-reactnative/weekday-selector/actions/workflows/windows.yml/badge.svg" alt=""></a>
7+
<a href="https://github.com/wniemiec-component-reactnative/weekday-selector/actions/workflows/macos.yml"><img src="https://github.com/wniemiec-component-reactnative/weekday-selector/actions/workflows/macos.yml/badge.svg" alt=""></a>
8+
<a href="https://github.com/wniemiec-component-reactnative/weekday-selector/actions/workflows/ubuntu.yml"><img src="https://github.com/wniemiec-component-reactnative/weekday-selector/actions/workflows/ubuntu.yml/badge.svg" alt=""></a>
99
<a href="https://reactnative.dev/"><img src="https://img.shields.io/badge/React Native-0.60+-D0008F.svg" alt="React Native compatibility"></a>
1010
<a href="https://www.npmjs.com/package/@wniemiec-component-reactnative/weekday-selector"><img src="https://img.shields.io/npm/v/@wniemiec-component-reactnative/weekday-selector" alt="Release"></a>
11-
<a href="https://github.com/wniemiec-components-reactnative/weekday-selector/blob/master/LICENSE"><img src="https://img.shields.io/github/license/wniemiec-components-reactnative/weekday-selector" alt="License"></a>
11+
<a href="https://github.com/wniemiec-component-reactnative/weekday-selector/blob/master/LICENSE"><img src="https://img.shields.io/github/license/wniemiec-component-reactnative/weekday-selector" alt="License"></a>
1212
</p>
1313
<hr />
1414

@@ -19,13 +19,13 @@ React Native component that lets you select days of the week.
1919

2020
<div style="display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap">
2121

22-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/weekday-selector/master/docs/img/screens/img3.png" alt="image 3" />
22+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/weekday-selector/master/docs/img/screens/img3.png" alt="image 3" />
2323
<br />
24-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/weekday-selector/master/docs/img/screens/img1.png" alt="image 1" />
24+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/weekday-selector/master/docs/img/screens/img1.png" alt="image 1" />
2525

26-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/weekday-selector/master/docs/img/screens/img2.png" alt="image 2" />
26+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/weekday-selector/master/docs/img/screens/img2.png" alt="image 2" />
2727

28-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/weekday-selector/master/docs/img/screens/img4.png" alt="image 4" />
28+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/weekday-selector/master/docs/img/screens/img4.png" alt="image 4" />
2929
</div>
3030

3131
## ❓ How to use
@@ -65,10 +65,10 @@ function handleWeekDay(weekday, selected) {
6565
|fgColor |`string`|Foreground color (in hexadecimal) |`#FFFFFF`|
6666

6767
## 🚩 Changelog
68-
Details about each version are documented in the [releases section](https://github.com/williamniemiec/wniemiec-components-reactnative/weekday-selector/releases).
68+
Details about each version are documented in the [releases section](https://github.com/williamniemiec/wniemiec-component-reactnative/weekday-selector/releases).
6969

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

7373
## 📁 Files
7474

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@wniemiec-component-reactnative/weekday-selector",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Component that lets you select days of the week",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/wniemiec-components-reactnative/weekday-selector.git"
8+
"url": "git+https://github.com/wniemiec-component-reactnative/weekday-selector.git"
99
},
1010
"keywords": [
1111
"wniemiec",
@@ -19,9 +19,9 @@
1919
"author": "William Niemiec <[email protected]> (https://www.linkedin.com/in/williamniemiec)",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/wniemiec-components-reactnative/weekday-selector/issues"
22+
"url": "https://github.com/wniemiec-component-reactnative/weekday-selector/issues"
2323
},
24-
"homepage": "https://github.com/wniemiec-components-reactnative/weekday-selector",
24+
"homepage": "https://github.com/wniemiec-component-reactnative/weekday-selector",
2525
"dependencies": {
2626
"@wniemiec-component-reactnative/selectable-button": "^1.0.0"
2727
}

0 commit comments

Comments
 (0)