es-regional-holidays 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -107,9 +107,9 @@ In the BOE, holidays are marked as:
|
|
|
107
107
|
- `***` -> Regional holiday
|
|
108
108
|
|
|
109
109
|
In this library, holidays are classified as:
|
|
110
|
-
- `*` ->
|
|
111
|
-
- `**` ->
|
|
112
|
-
- `***` ->
|
|
110
|
+
- `*` -> National holiday
|
|
111
|
+
- `**` -> Regional holiday
|
|
112
|
+
- `***` -> Regional holiday
|
|
113
113
|
|
|
114
114
|
Some holidays are national in origin but managed by autonomous communities. To reflect real regional calendars, these holidays are exposed as regional in the API.
|
|
115
115
|
|