Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit bad99ca

Browse files
authored
Fix archived note in readme
1 parent 6ecbc66 commit bad99ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![View nuget packages](https://img.shields.io/nuget/v/Singulink.Text.TokenFormatter.svg)](https://www.nuget.org/packages/Singulink.Text.TokenFormatter/)
55
[![Build and Test](https://github.com/Singulink/Singulink.Text.TokenFormatter/workflows/build%20and%20test/badge.svg)](https://github.com/Singulink/Singulink.Text.TokenFormatter/actions?query=workflow%3A%22build+and+test%22)
66

7-
> [!ERROR]
7+
> [!CAUTION]
88
> This library is now archived. Please consider using something like [SmartFormat](https://github.com/axuno/SmartFormat) instead :)
99
1010
TokenFormatter provides simple yet versatile tokenized string formatting, designed primarily for processing localized resource strings, exception messages and log data in a more friendly manner than brittle positional tokens in the `string.Format()` family of methods. This can be particularly useful when utilizing localized resource strings since your translaters will have much better context when they see values like `"{User.Name} performed {Action}"` instead of `"{0} performed {1}"`.

0 commit comments

Comments
 (0)