Skip to content

Commit 9203c16

Browse files
committed
fix(README): Fix broken link and whitespace
1 parent f6624a7 commit 9203c16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
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

0 commit comments

Comments
 (0)