Skip to content

Commit 020c9e6

Browse files
committedMar 10, 2018
chore(README): standardize content
part of #815
1 parent 09d59c4 commit 020c9e6

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed
 

‎packages/edition-node-gulp/README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
![Pattern Lab Logo](/patternlab.png "Pattern Lab Logo")
1+
![Pattern Lab Logo](https://github.com/pattern-lab/patternlab-node/raw/master/patternlab.png 'Pattern Lab Logo')
22

33
![current release](https://img.shields.io/npm/v/@pattern-lab/edition-node-gulp.svg)
4-
![license](https://img.shields.io/github/license/pattern-lab/edition-node-gulp.svg) [![Join the chat at Gitter](https://badges.gitter.im/pattern-lab/node.svg)](https://gitter.im/pattern-lab/node)
4+
![license](https://img.shields.io/github/license/pattern-lab/patternlab-node.svg) [![Join the chat at Gitter](https://badges.gitter.im/pattern-lab/node.svg)](https://gitter.im/pattern-lab/node)
55

66
# Pattern Lab Node - Gulp Edition
77

88
The Gulp wrapper around [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node/tree/master/packages/core)), the default PatternEngine, and supporting frontend assets.
99

10+
[Online Demo of Pattern Lab Output](http://demo.patternlab.io/)
11+
1012
## Packaged Components
1113

1214
This Edition comes with the following components:
@@ -31,19 +33,19 @@ This edition comes pre-packaged with a couple simple gulp tasks. Extend them as
3133

3234
**build** patterns, copy assets, and construct ui
3335

34-
``` bash
36+
```bash
3537
gulp patternlab:build
3638
```
3739

3840
build patterns, copy assets, and construct ui, watch source files, and **serve** locally
3941

40-
``` bash
42+
```bash
4143
gulp patternlab:serve
4244
```
4345

4446
logs Pattern Lab Node usage and **help** content
4547

46-
``` bash
48+
```bash
4749
gulp patternlab:help
4850
```
4951

‎packages/edition-node/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Pattern Lab Logo](https://github.com/pattern-lab/patternlab-node/raw/master/patternlab.png 'Pattern Lab Logo')
22
![current release](https://img.shields.io/npm/v/@pattern-lab/edition-node.svg)
3-
![license](https://img.shields.io/github/license/pattern-lab/edition-node.svg)
3+
![license](https://img.shields.io/github/license/pattern-lab/patternlab-node.svg)
44
[![Join the chat at Gitter](https://badges.gitter.im/pattern-lab/node.svg)](https://gitter.im/pattern-lab/node)
55

66
# Pattern Lab - Node Edition
@@ -33,19 +33,19 @@ This edition comes pre-packaged with a couple simple scripts. Extend them as nee
3333

3434
**build** patterns, copy assets, and construct ui
3535

36-
``` bash
36+
```bash
3737
npm run build
3838
```
3939

4040
build patterns, copy assets, and construct ui, watch source files, and **serve** locally
4141

42-
``` bash
42+
```bash
4343
npm run serve
4444
```
4545

4646
logs Pattern Lab Node usage and **help** content
4747

48-
``` bash
48+
```bash
4949
npm run help
5050
```
5151

0 commit comments

Comments
 (0)
Please sign in to comment.