From 7fc7c42f73ce6cb159a3b47e719061b8c959f555 Mon Sep 17 00:00:00 2001 From: qwq Date: Wed, 13 Dec 2023 19:15:30 +0800 Subject: [PATCH] docs: tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70b6eef..c4ee2d7 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ const result = ( ### Interpolation -Built-in support for simple string templates, you can use any other string interpolation library. +Built-in support for simple string templates interpolation, you can use any other string interpolation library. ```ts import { interpolation } from 'string-format-jsx';