Skip to content

Commit 4bb20ee

Browse files
Merge pull request #734 from pattern-lab/dev
fix(README): Fix broken link and whitespace
2 parents ae1a631 + 80a8017 commit 4bb20ee

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ As of Pattern Lab Node 3.X, `patternlab-node` can run standalone, without the ne
2929

3030
`npm install @pattern-lab/patternlab-node`
3131

32-
See [Usage](#Usage) for more information.
32+
See [Usage](#usage) for more information.
3333

3434
### Editions
3535

@@ -56,7 +56,6 @@ Core, and Editions, are part of the [Pattern Lab Ecosystem](http://patternlab.io
5656
const config = require('./patternlab-config.json');
5757
const patternlab = require('patternlab-node')(config);
5858

59-
6059
// build, optionally watching or choosing incremental builds
6160
patternlab.build({
6261
cleanPublic: true,
@@ -72,7 +71,7 @@ patternlab.serve({
7271

7372
* Read more about [configuration](https://github.com/pattern-lab/patternlab-node/wiki/Configuration) via `patternlab-config.json`.
7473

75-
* Read more about the rest of [api](https://github.com/pattern-lab/patternlab-node/wiki/Public-API), and already implemented for you within [Editions](#editions).
74+
* Read more about the rest of [Public API](https://github.com/pattern-lab/patternlab-node/wiki/Public-API), and already implemented for you within [Editions](#editions).
7675

7776
* A full-featured [command line interface](https://github.com/pattern-lab/patternlab-node-cli) is also available courtesy of [@raphaelokon](https://github.com/raphaelokon).
7877

core/lib/patternlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* patternlab-node - v3.0.0-alpha.1 - 2017
2+
* patternlab-node https://github.com/pattern-lab/patternlab-node
33
*
44
* Brian Muenzenmeyer, Geoff Pursell, Raphael Okon, tburny and the web community.
55
* Licensed under the MIT license.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pattern-lab/patternlab-node",
33
"description": "Pattern Lab is a collection of tools to help you create atomic design systems. This is the node command line interface (CLI).",
4-
"version": "3.0.0-alpha.1",
4+
"version": "3.0.0-alpha.3",
55
"main": "./core/lib/patternlab.js",
66
"dependencies": {
77
"async": "^2.1.2",

0 commit comments

Comments
 (0)