From 16f202a452cc4e6d0a0243cf2cc2da491a5d79fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Antonio=20D=C3=ADaz-Benito=20Soriano?= Date: Sat, 15 Jun 2024 17:39:55 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34fcbe4a..a9a38af4 100644 --- a/README.md +++ b/README.md @@ -61,5 +61,5 @@ to be freely garbage-collected when applicable. `SNTPClient.singleton` is thread While using the core artifact instead is strongly recommended whenever possible, this one may be useful if your codebase requires exactly the same clock reference using exactly the same -synchronization pacing across multiple places but it does not feature integration points between +synchronization pacing across multiple places, but it does not feature integration points between these that allow you to share a single `SNTPClient` instance.