aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-10 04:22:38 -0800
committerFuwn <[email protected]>2025-02-10 04:22:38 -0800
commitb7f008bdd04ad600426de87e6a2beab3513b6bfe (patch)
treeb7e84eda684219642c48f7dd9312c42efedeb2cb /README.md
parentfeat: add nijisanji support (diff)
downloadhololist-to-json-and-ical-main.tar.xz
hololist-to-json-and-ical-main.zip
chore: move generated data to data directoryHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index a5850a5..00f3d76 100644
--- a/README.md
+++ b/README.md
@@ -4,16 +4,16 @@
## Install iCalendar
-To install the *latest* iCalendar containing all hololive and HOLOSTARS birthdays, download and open [`latest_hololive.ics`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/latest_hololive.ics); for NIJISANJI Project birthdays, download and open [`latest_nijisanji.ics`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/latest_nijisanji.ics).
+To install the *latest* iCalendar containing all hololive and HOLOSTARS birthdays, download and open [`latest_hololive.ics`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/data/latest_hololive.ics); for NIJISANJI Project birthdays, download and open [`latest_nijisanji.ics`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/data/latest_nijisanji.ics).
## Latest Data
-A JSON file containing the *latest* hololive birthday data is present in the [`latest_hololive.json`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/latest_hololive.json)
-file; [`latest_nijisanji.json`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/latest_nijisanji.json)
+A JSON file containing the *latest* hololive birthday data is present in the [`latest_hololive.json`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/data/latest_hololive.json)
+file; [`latest_nijisanji.json`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/data/latest_nijisanji.json)
contains the *latest* NIJISANJI Project data.
-An ICS file containing the *latest* hololive birthday iCalendar is present in the [`latest_hololive.ics`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/latest_hololive.ics) file; the *latest* NIJISANJI
-Project iCalendar is contained in [`latest_nijisanji.ics`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/latest_nijisanji.ics).
+An ICS file containing the *latest* hololive birthday iCalendar is present in the [`latest_hololive.ics`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/data/latest_hololive.ics) file; the *latest* NIJISANJI
+Project iCalendar is contained in [`latest_nijisanji.ics`](https://raw.githubusercontent.com/Fuwn/hololist-to-json/refs/heads/main/data/latest_nijisanji.ics).
You can generate all of these files locally using the [`generate_latest`](./generate_latest) Bash script.