From dd350edfbd1e34839976a1c9b7b72d458ae28a68 Mon Sep 17 00:00:00 2001 From: Karl Anders Date: Fri, 1 Jun 2018 09:32:51 +0200 Subject: [PATCH] Correcting the lines (#10) Thanks again Karland! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b83fe2..2a93bc5 100644 --- a/README.md +++ b/README.md @@ -150,5 +150,5 @@ Because the cookie consent bar will be hidden once accepted, you will have to se **Note:** Dont forget to remove the `debug`-property for production. [style]: https://github.com/Mastermindzh/react-cookie-consent/blob/master/src/index.js#L17-L28 -[buttonStyle]: https://github.com/Mastermindzh/react-cookie-consent/blob/master/src/index.js#L29-L39 -[contentStyle]: https://github.com/Mastermindzh/react-cookie-consent/blob/master/src/index.js#L40-L43 +[buttonStyle]: https://github.com/Mastermindzh/react-cookie-consent/blob/master/src/index.js#L29-L38 +[contentStyle]: https://github.com/Mastermindzh/react-cookie-consent/blob/master/src/index.js#L39-L42