Skip to content

Commit 7966de9

Browse files
authored
Merge pull request #14 from mapbox-jp/update-readme
Update README
2 parents 8a7b626 + 3438bb2 commit 7966de9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<h1 align="center">holidays-rs</h1>
2-
<p align="center">Rust library to provide accurate and up-to-date holiday dates based on Python holidays package</p>
32
<p align="center">
3+
<img src="logo.png" width="30%"/><br />
4+
Rust library to provide accurate and up-to-date holiday dates based on Python holidays package</p>
5+
<p align="center">
6+
47
<a href="https://crates.io/crates/holidays">
58
<img alt="Crates.io" src="https://img.shields.io/crates/v/holidays.svg">
69
</a>
@@ -61,11 +64,11 @@ https://github.com/dr-prodigy/python-holidays#available-countries
6164
## FAQ
6265

6366
* Q: How can I use this crate in a single threaded environment?
64-
* A: Don't call `init` nor `holidays::Builder`s `init` methods. Instead, you can get the internal HashMap by calling `holidays::Builder`'s `build` method.
67+
* A: Don't call `init` nor `holidays::Builder`s `init` methods. Instead, you can get the internal HashMap by calling `holidays::Builder`'s `build` method.
6568

6669
## Acknowledgement
6770

68-
Thank you so much [python-holidays contributors](https://github.com/dr-prodigy/python-holidays/graphs/contributors) for maintaining such a great package! 🙏
71+
Thank you so much [python-holidays contributors](https://github.com/vacanza/python-holidays/graphs/contributors) for maintaining such a great package! 🙏
6972

7073
## License
7174

logo.png

179 KB
Loading

0 commit comments

Comments
 (0)