diff --git a/README.md b/README.md index 6efe38e..f8f8c7a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -little-date banner +little-date banner
NPM Version - Build Status + Build Status

@@ -100,6 +100,12 @@ formatDateRange(from, to, { }); ``` +## Customization + +To keep things simple, there is minimal customization offered by `little-date`. + +For more extensive customization beyond the provided options, it's recommended to copy the implementation from [`src/format-date-range.ts`](https://github.com/vercel/little-date/blob/main/src/format-date-range.ts) into your own repository. This allows you to modify the formatting logic to precisely fit your needs. + ## Contribute We welcome contributions! If you'd like to improve `little-date` or have any feedback, feel free to open an issue or submit a pull request.