Browse Source

Update README.en.md

Warnier-zhang 8 months ago
parent
commit
ad89b31d68
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.en.md

+ 3 - 1
README.en.md

@@ -24,6 +24,8 @@ For English: [https://cdn.jsdelivr.net/npm/chinese-days/dist/holidays.en.ics](ht
 
 A `JSON` file of Chinese holidays is provided and can be directly referenced through this link: [chinese-days.json](https://cdn.jsdelivr.net/npm/chinese-days/dist/chinese-days.json).
 
+- Java:[Warnier-zhang/chinese-days](https://github.com/Warnier-zhang/chinese-days), just for querying Chinese holidays, adjusted working days, working days;
+
 ## Quick Start
 
 ### Recommended approach
@@ -301,4 +303,4 @@ console.log(getSolarDateFromLunar('2001-04-05'));
 ## Acknowledgements
 
 1. Lunar calendar data is sourced from the [Bigkoo/Android-PickerView](https://github.com/Bigkoo/Android-PickerView) project.
-2. Chinese holiday data generation references the `Python` version of the [LKI/chinese-calendar](https://github.com/LKI/chinese-calendar) project.
+2. Chinese holiday data generation references the `Python` version of the [LKI/chinese-calendar](https://github.com/LKI/chinese-calendar) project.