From 7285ddf60518d8b0c21d72a6434827961ad57301 Mon Sep 17 00:00:00 2001 From: roydukkey Date: Wed, 7 Jul 2021 13:01:16 -0400 Subject: [PATCH] Fix grammer --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2838a14..dcab920 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Release Version](https://img.shields.io/npm/v/jsx-destruct.svg)](https://www.npmjs.com/package/jsx-destruct) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) -This tiny package allows you to unpack values directly in JSX statements. This helps avoid long object references and to keeps declarations joined within your components. +This tiny package allows you to unpack values directly in JSX statements. This helps avoid long object references and keeps declarations joined within your components. ## Install @@ -46,5 +46,5 @@ export function SampleComponent () { ## Inspiration -1. jsx-control-statements [`` control](/~https://github.com/AlexGilleran/jsx-control-statements#with-tag) -1. Handlebars' [`#with` statement](https://handlebarsjs.com/guide/builtin-helpers.html#with) +1. jsx-control-statements' [`` component](/~https://github.com/AlexGilleran/jsx-control-statements#with-tag) +1. Handlebars' builtin [`#with` helper](https://handlebarsjs.com/guide/builtin-helpers.html#with)