Update README.md

This commit is contained in:
Aric Camarata 2025-03-19 09:16:13 -04:00 committed by GitHub
parent ff9abd14d8
commit aa80f7c53d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,11 +31,9 @@ const my = cycleYear(date)
console.log(`\nDate = ${date.toISOString()}\nMatch Moon Image URLs to Date..\n`)
console.log(`MM = /mm/${mm}`);
console.log(`MY = /my/${my}`);
```
Exported functions include cycleMonth and cycleYear
Exported functions include cycleMonth and cycleYear. Please note that the directory name is not returned by the function to keep this part flexible depending on what you want to actually name the directories or if you want low and high resolution folders like this repository offers. The function only returns the actual file to use.
### Parameters:
@ -47,4 +45,4 @@ Contributions are welcome!
## License
ISC License
MIT License