From 7a7b75e652ff4a2784742eb6da065d0413c1e353 Mon Sep 17 00:00:00 2001 From: Manuel Amstutz Date: Wed, 10 Jan 2024 16:15:44 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4c293b..36370f8 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ The formatter name is always case insensitive ### FormatPatterns -Any type that implements ```IFormattable``` can be formatted with the net formatter strings +Any type that implements ```IFormattable``` can be formatted with the standard format strings for this type **See:** [Standard date and time format strings](https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings)