Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit d8d6b68

Browse files
committed
more copy edits
1 parent 26a0a00 commit d8d6b68

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Pattern Lab Standard Edition for Mustache
55

6-
The Pattern Lab Standard Edition for Mustache is the evolution of Pattern Lab 1. Pattern Lab is still, at its core, a prototyping tool focused on encouraging communication between content creators, designers, devs, and clients. It combines platform-agnostic assets, like the [Mustache](http://mustache.github.io/)-based patterns, with a PHP-based "builder". Pattern Lab 2 introduces [the beginnings of an ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html) that will allow teams to mix, match and extend Pattern Lab to meet their specific needs. It will also make it easier for the Pattern Lab team to push out new features. Pattern Lab Standard Edition for Mustache is just [one of four PHP-based Editions currently available](http://patternlab.io/docs/installation.html).
6+
The Pattern Lab Standard Edition for Mustache is the evolution of Pattern Lab 1. Pattern Lab is still, at its core, a prototyping tool focused on encouraging communication between content creators, designers, devs, and clients. It combines platform-agnostic assets, like the [Mustache](http://mustache.github.io/)-based patterns, with a PHP-based "builder." Pattern Lab 2 introduces [the beginnings of an ecosystem](http://patternlab.io/docs/advanced-ecosystem-overview.html) that will allow teams to mix, match and extend Pattern Lab to meet their specific needs. It will also make it easier for the Pattern Lab team to push out new features. Pattern Lab Standard Edition for Mustache is just [one of the four PHP-based Editions currently available](http://patternlab.io/docs/installation.html).
77

88
## Demo
99

@@ -26,8 +26,6 @@ There are two methods for downloading and installing the Standard Edition for Mu
2626

2727
The fastest way to get started with Pattern Lab's Standard Edition for Mustache is to download the latest pre-built version from the [releases page](https://github.com/pattern-lab/patternlab-php/releases/latest).
2828

29-
**Note:** You'll need to install [Composer](https://getcomposer.org/) in the future if you want to [upgrade Pattern Lab](http://patternlab.io/docs/upgrading.html).
30-
3129
### Use Composer to create a project
3230

3331
Pattern Lab uses [Composer](https://getcomposer.org/) to manage project dependencies.
@@ -47,7 +45,7 @@ This will install the Standard Edition for Mustache into a directory called `you
4745

4846
## Get Up and Running
4947

50-
After installing do the following start Pattern Lab:
48+
After installing do the following to start and view Pattern Lab:
5149

5250
1. In a terminal window navigate to the root of your project if you aren't there already
5351
2. Type `php core/console --server --with-watch`
@@ -58,7 +56,7 @@ As you get more comfortable with Pattern Lab you can [integrate it with a Gulp o
5856

5957
## More Documentation
6058

61-
Obviously the reason to install Pattern Lab is more than the install process. [Check out the documentation](https://patternlab.io/docs/) to learn about how to use patterns, how to modify the data used to populate your patterns, and about some advanced features.
59+
Obviously Pattern Lab is deeper than the install process. [Check out the documentation](https://patternlab.io/docs/) to learn about how to use patterns, how to modify the data used to populate those patterns, and about some advanced features.
6260

6361
## Migrating from Pattern Lab 1 to Pattern Lab 2
6462

0 commit comments

Comments
 (0)