Skip to content

Commit cc1a2bd

Browse files
Update README.md (#1470)
fixed some typos mistakes and grammatical errors
1 parent 535c5f0 commit cc1a2bd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Pattern Lab
66

7-
This monorepo contains the core of Pattern Lab / Node and all related engines, UI kits, plugins and utilities. Pattern Lab helps you and your team build thoughtful, pattern-driven user interfaces using atomic design principles.
7+
This monorepo contains the core of Pattern Lab / Node and all related engines, UI kits, plugins, and utilities. Pattern Lab helps you and your team build thoughtful, pattern-driven user interfaces using atomic design principles.
88

99
If you'd like to see what a front-end project built with Pattern Lab looks like, check out this [online demo of Pattern Lab output](https://demo.patternlab.io/).
1010

@@ -32,25 +32,25 @@ As of Pattern Lab Node 3.0.0, installation of [Editions](https://patternlab.io/d
3232

3333
The below assumes a new directory and project is required. This is likely what you want to do if starting from scratch. You could also run this within an existing project. The CLI will ask you for the installation location.
3434

35-
1. Open a terminal window and following along below:
35+
1. Open a terminal window and follow along below:
3636
```bash
3737
mkdir new-project
3838
cd new-project
3939
npm create pattern-lab
4040
```
4141
> If you get an error stating that `npx` is not installed, ensure you are on `npm 5.2.0` or later by running `npm -v` or install it globally with `npm install -g npx`. [Learn more about npx.](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b)
42-
1. Follow the on-screen prompts to choose your Edition and a Starterkit should you want one.
43-
- If you chose `edition-node`, new commands in the "scripts" will be added in your `package.json`.
42+
1. Follow the on-screen prompts to choose your Edition and a Starter Kit should you want one.
43+
- If you chose `edition-node`, new commands in the "scripts" will be added to your `package.json`.
4444
- If you chose `edition-node-gulp`, a `gulpfile.js` will be added to your project.
4545

46-
> Notice that `@pattern-lab/cli` was installed as a depdendency. Learn how to further [use the cli in your own project](https://github.com/pattern-lab/patternlab-node/blob/dev/packages/cli/readme.md#configuring-your-project-to-use-the-cli).
46+
> Notice that `@pattern-lab/cli` was installed as a dependency. Learn how to further [use the cli in your own project](https://github.com/pattern-lab/patternlab-node/blob/dev/packages/cli/readme.md#configuring-your-project-to-use-the-cli).
4747

4848

4949
## Ecosystem
5050

5151
![Pattern Lab Ecosystem](https://patternlab.io/images/pattern-lab-2-image_18-large-opt.png)
5252

53-
Core, and Editions, are part of the [Pattern Lab Ecosystem](https://patternlab.io/docs/overview-of-pattern-lab's-ecosystem/). With this architecture, we encourage people to write and maintain their own Editions, Starterkits, and even PatternEngines.
53+
Core, and Editions, are part of the [Pattern Lab Ecosystem](https://patternlab.io/docs/overview-of-pattern-lab's-ecosystem/). With this architecture, we encourage people to write and maintain their own Editions, Starter kits, and even PatternEngines.
5454
5555
## Changelog
5656
@@ -63,7 +63,7 @@ Core, and Editions, are part of the [Pattern Lab Ecosystem](https://patternlab.i
6363
6464
Pattern Lab / Node wouldn't be what it is today without the support of the community. It will always be free and open source. Continued development is made possible in part from the support of [contributors](https://github.com/pattern-lab/patternlab-node/graphs/contributors).
6565

66-
Thanks to [Netlify](https://www.netlify.com/) for build tooling and hosting.
66+
Thanks to [Netlify](https://www.netlify.com/) for building tooling and hosting.
6767

6868
## Node Support Policy
6969

0 commit comments

Comments
 (0)