Skip to content

Commit

Permalink
Update tests link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbordallo committed Feb 19, 2019
1 parent 2d819ed commit 1b6cdf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ yarn add --dev postcss-stack
Add it to your PostCSS work-flow, [whatever way you choose to](https://github.com/postcss/postcss#usage).

```js
// Using a postcss.config.js
const stack = require('postcss-stack');

module.exports = {
Expand Down Expand Up @@ -87,7 +88,7 @@ And profit.
}
```

See [tests](./test/) for more examples.
See [tests](./tests/) for more examples.

## Options ##

Expand Down

0 comments on commit 1b6cdf7

Please sign in to comment.