From 592c725ec52435674dee3fa20ec06b96ea48b3d7 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 21 Aug 2024 00:02:54 +0900 Subject: [PATCH] docs: update README.md minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d09874..4c968b4 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ npm i little-date ## Advanced Options -Most of of the formatting behavior is opinionated and can't be changed. However, there are some options that can be used to customize the output. +Most of the formatting behavior is opinionated and can't be changed. However, there are some options that can be used to customize the output. ```js import { formatDateRange } from "little-date";