Skip to content

Commit 68e5472

Browse files
Doc fix
1 parent 40505d3 commit 68e5472

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
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/day-picker/blob/master/docs/img/logo/logo.jpg)
1+
![](https://github.com/wniemiec-component-reactnative/day-picker/blob/master/docs/img/logo/logo.jpg)
22

33
<h1 align='center'>Day picker</h1>
44
<p align='center'>Day selector.</p>
55
<p align="center">
6-
<a href="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/windows.yml"><img src="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/windows.yml/badge.svg" alt=""></a>
7-
<a href="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/macos.yml"><img src="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/macos.yml/badge.svg" alt=""></a>
8-
<a href="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/ubuntu.yml"><img src="https://github.com/wniemiec-components-reactnative/day-picker/actions/workflows/ubuntu.yml/badge.svg" alt=""></a>
6+
<a href="https://github.com/wniemiec-component-reactnative/day-picker/actions/workflows/windows.yml"><img src="https://github.com/wniemiec-component-reactnative/day-picker/actions/workflows/windows.yml/badge.svg" alt=""></a>
7+
<a href="https://github.com/wniemiec-component-reactnative/day-picker/actions/workflows/macos.yml"><img src="https://github.com/wniemiec-component-reactnative/day-picker/actions/workflows/macos.yml/badge.svg" alt=""></a>
8+
<a href="https://github.com/wniemiec-component-reactnative/day-picker/actions/workflows/ubuntu.yml"><img src="https://github.com/wniemiec-component-reactnative/day-picker/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>
10-
<a href="https://github.com/wniemiec-components-reactnative/day-picker/releases"><img src="https://img.shields.io/github/v/release/wniemiec-components-reactnative/day-picker" alt="Release"></a>
11-
<a href="https://github.com/wniemiec-components-reactnative/day-picker/blob/master/LICENSE"><img src="https://img.shields.io/github/license/wniemiec-components-reactnative/day-picker" alt="License"></a>
10+
<a href="https://github.com/wniemiec-component-reactnative/day-picker/releases"><img src="https://img.shields.io/github/v/release/wniemiec-component-reactnative/day-picker" alt="Release"></a>
11+
<a href="https://github.com/wniemiec-component-reactnative/day-picker/blob/master/LICENSE"><img src="https://img.shields.io/github/license/wniemiec-component-reactnative/day-picker" alt="License"></a>
1212
</p>
1313
<hr />
1414

@@ -18,11 +18,11 @@ React Native component that allows you to choose a day, in addition to being abl
1818
## 🖼 Gallery
1919

2020
<div style="display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap"
21-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/day-picker/master/docs/img/screens/img1.png" alt="image 1" />
21+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/day-picker/master/docs/img/screens/img1.png" alt="image 1" />
2222

23-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/day-picker/master/docs/img/screens/img2.png" alt="image 2" />
23+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/day-picker/master/docs/img/screens/img2.png" alt="image 2" />
2424

25-
<img height=400 src="https://raw.githubusercontent.com/wniemiec-components-reactnative/day-picker/master/docs/img/screens/img3.png" alt="image 3" />
25+
<img height=400 src="https://raw.githubusercontent.com/wniemiec-component-reactnative/day-picker/master/docs/img/screens/img3.png" alt="image 3" />
2626

2727
## ❓ How to use
2828
1. Install the component
@@ -91,10 +91,10 @@ let dayFormated = `${thisYear}-${thisMonth}-${thisDay}`;
9191
|`{today: '#e51284', highlight: '#3cb371', future: '#233287', past: '#ff8055', default: '#777', text: 'white'}`|
9292

9393
## 🚩 Changelog
94-
Details about each version are documented in the [releases section](https://github.com/wniemiec-components-reactnative/day-picker/releases).
94+
Details about each version are documented in the [releases section](https://github.com/wniemiec-component-reactnative/day-picker/releases).
9595

9696
## 🤝 Contribute!
97-
See the documentation on how you can contribute to the project [here](https://github.com/wniemiec-components-reactnative/day-picker/blob/master/CONTRIBUTING.md).
97+
See the documentation on how you can contribute to the project [here](https://github.com/wniemiec-component-reactnative/day-picker/blob/master/CONTRIBUTING.md).
9898

9999
## 📁 Files
100100

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)