From 166e4febfaf89ab746802bcfb636dcb5f7dc7652 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 1 May 2019 19:42:55 +0100 Subject: [PATCH] Update README Fixes #2 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f25dfd0..17b9cb9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Testing Tailwind CSS Plugins with Jest -WIP +An example of how to use [Jest][jest], a JavaScript testing framework, for testing [Tailwind CSS][tailwind] plugins. ## License @@ -8,4 +8,8 @@ MIT ## Author -[Oliver Davies](https://www.oliverdavies.uk) - Full Stack Developer +[Oliver Davies][website] - Full Stack Developer + +[jest]: https://jestjs.io +[tailwind]: https://tailwindcss.com +[website]: https://www.oliverdavies.uk