Skip to content

Commit 61d5360

Browse files
committed
Fix README errors
1 parent 5fba8a4 commit 61d5360

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Examples:
6969

7070
### Node.js
7171

72-
Returns a [PostCSS promise](https://github.com/postcss/postcss/blob/master/docs/api.md#lazyresult-class)
72+
Returns a [PostCSS promise](http://api.postcss.org/LazyResult.html)
7373

7474
```js
7575
var preprocessor = require('suitcss-preprocessor');
@@ -131,7 +131,7 @@ If set to `true` then the output is minified by [`cssnano`](http://cssnano.co/).
131131
* Type: `Object`
132132
* Default: `undefined`
133133

134-
Options that are passed directly to `postcss`, as per [the documentation](https://github.com/postcss/postcss/blob/master/docs/api.md#processorprocesscss-opts).
134+
Options that are passed directly to `postcss`, as per [the documentation](http://api.postcss.org/global.html#processOptions).
135135

136136
```js
137137
{
@@ -195,7 +195,7 @@ Options are merged recursively with the defaults. For example, adding new plugin
195195

196196
By default the preprocessor uses all necessary plugins to build SUIT components. However additional plugins can be installed into a project and then added to the `use` array.
197197

198-
**Note**: This will not work with the preprocessor installed globally. Instead rely on the convenience of `npm run <script>`
198+
**Note**: This will not work with the preprocessor installed globally. Instead rely on the convenience of `npm run script`
199199

200200
```js
201201
module.exports = {

0 commit comments

Comments
 (0)