From 70295f2e873d7a5504505378d54fd4a5ab87a405 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Mon, 5 Feb 2018 15:09:45 +0100 Subject: [PATCH] Make links text --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index e127a62ed049..d74bfe19f556 100644 --- a/readme.md +++ b/readme.md @@ -1068,11 +1068,11 @@ module.exports = { Some commonly asked for features are available as modules: -- ![@zeit/next-css](https://github.com/zeit/next-plugins/tree/master/packages/next-css) -- ![@zeit/next-sass](https://github.com/zeit/next-plugins/tree/master/packages/next-sass) -- ![@zeit/next-less](https://github.com/zeit/next-plugins/tree/master/packages/next-less) -- ![@zeit/next-preact](https://github.com/zeit/next-plugins/tree/master/packages/next-preact) -- ![@zeit/next-typescript](https://github.com/zeit/next-plugins/tree/master/packages/next-typescript) +- [@zeit/next-css](https://github.com/zeit/next-plugins/tree/master/packages/next-css) +- [@zeit/next-sass](https://github.com/zeit/next-plugins/tree/master/packages/next-sass) +- [@zeit/next-less](https://github.com/zeit/next-plugins/tree/master/packages/next-less) +- [@zeit/next-preact](https://github.com/zeit/next-plugins/tree/master/packages/next-preact) +- [@zeit/next-typescript](https://github.com/zeit/next-plugins/tree/master/packages/next-typescript) *Warning: The `webpack` function is executed twice, once for the server and once for the client. This allows you to distinguish between client and server configuration using the `isServer` property*