Skip to content

Commit

Permalink
Fix examples in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 26, 2017
1 parent 4eab572 commit d6b69d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ command line. Its interface is provided by [**unified-args**][unified-args].
Install [`rehype-cli`][cli] and dependencies with [npm][]:

```bash
npm install --global rehype-cli rehype-minify
npm install --global rehype-cli rehype-preset-minify
```

`index.html` contains:
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install rehype-cli

```bash
# Minify `index.html` with `rehype-preset-minify`
$ rehype index.html -u preset-minify --output
$ rehype index.html --use preset-minify --output
```

## CLI
Expand Down
1 change: 0 additions & 1 deletion packages/rehype-stringify/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ var processor = unified()
entities: {useShortestReferences: true}
})


process.stdin
.pipe(createStream(processor))
.pipe(process.stdout);
Expand Down

0 comments on commit d6b69d3

Please sign in to comment.