From 1b6cdf70057a3e035802fb7b79fd4d54b6ca59bd Mon Sep 17 00:00:00 2001 From: Philip Bordallo Date: Mon, 18 Feb 2019 21:57:50 -0800 Subject: [PATCH] Update tests link in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48dec86..c23afa5 100644 --- a/README.md +++ b/README.md @@ -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 = { @@ -87,7 +88,7 @@ And profit. } ``` -See [tests](./test/) for more examples. +See [tests](./tests/) for more examples. ## Options ##