From 77b9bf0f3f393cb2db8a51ad1e9481c55ca81469 Mon Sep 17 00:00:00 2001 From: Arutiunian Artem Date: Fri, 6 Sep 2024 02:57:50 +0300 Subject: [PATCH] docs: update packages/jsx/README.md Co-authored-by: Raman Aktsisiuk --- packages/jsx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jsx/README.md b/packages/jsx/README.md index cf9edc10..a4e665f5 100644 --- a/packages/jsx/README.md +++ b/packages/jsx/README.md @@ -221,7 +221,7 @@ const anSvgElement = ( ) ``` -When there is a need to work with SVG as a string, you can use one of the following options. +If you need to use SVG as a string, you can choose from these options: Option 1: