From 31891cb92f392835deecff051d17a4f6f48e5498 Mon Sep 17 00:00:00 2001 From: Abdul Khan <105938766+immortalAbdul01@users.noreply.github.com> Date: Sat, 7 Jan 2023 22:10:59 +0530 Subject: [PATCH] corrected some typos and grammatical mistakes (#1464) --- packages/edition-node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edition-node/README.md b/packages/edition-node/README.md index 8101be0cc..a582cbe27 100644 --- a/packages/edition-node/README.md +++ b/packages/edition-node/README.md @@ -24,7 +24,7 @@ This Edition uses [Node](https://nodejs.org) for core processing and [npm](https ## Installing -Pattern Lab Node can be used different ways. Editions lilke this one are **example** pairings of Pattern Lab code and do not always have an upgrade path or simple means to run as a dependency within a larger project. Users wishing to be most current and have the greatest flexibility are encouraged to consume `core` directly. Users wanting to learn more about Pattern Lab and have a tailored default experience are encouraged to start with an Edition. Both methods still expect to interact with other elements of the [Pattern Lab Ecosystem](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core#ecosystem). +The Pattern Lab Node can be used in different ways. Editions like this one are **example** pairings of Pattern Lab code and do not always have an upgrade path or simple means to run as a dependency within a larger project. Users wishing to be most current and have the greatest flexibility are encouraged to consume `core` directly. Users wanting to learn more about Pattern Lab and have a tailored default experience are encouraged to start with an edition. Both methods still expect to interact with other elements of the [Pattern Lab Ecosystem](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core#ecosystem). Read the [installation instructions](https://github.com/pattern-lab/patternlab-node/tree/master#installation).