From e090396f4ff8d0ffd1fdf3e9c8cc6a730a1ad4e1 Mon Sep 17 00:00:00 2001 From: mastermindzh Date: Fri, 2 Feb 2018 19:15:40 +0100 Subject: [PATCH] npm image fixes :) --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e5b4a38..bd26ff4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A small, simple and customizable cookie consent bar for use in React applications. -![default look](images/default.png) +![default look](https://raw.githubusercontent.com/Mastermindzh/react-cookie-consent/master/images/default.png) ## Installation @@ -73,8 +73,8 @@ On of the props (onAccept) is a function, this function will be called after the | buttonText | string | I understand | Text to appear on the button | | cookieName | string | CookieConsent | Name of the cookie used to track whether the user has agreed. | | onAccept | function | () => {} | Function to be called after the accept button has been clicked. | -| style | Object | ![barstyle](images/barStyle.png) | React styling object for the bar. | -| buttonStyle | Object | ![buttonStyle](images/buttonStyle.png) | React styling object for the button. | +| style | Object | ![barstyle](https://github.com/Mastermindzh/react-cookie-consent/blob/master/images/barStyle.png?raw=true) | React styling object for the bar. | +| buttonStyle | Object | ![buttonStyle](https://github.com/Mastermindzh/react-cookie-consent/blob/master/images/buttonStyle.png?raw=true) | React styling object for the button. | @@ -106,7 +106,7 @@ You can use `disableStyles={true}` to disable any built-in styling. #### rainbows! -![rainbows!](images/rainbow.png) +![rainbows!](https://github.com/Mastermindzh/react-cookie-consent/blob/master/images/rainbow.png?raw=true) If you're crazy enough you can even make a rainbow colored bar: diff --git a/package.json b/package.json index 4b7c18b..2dde0c8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "Rick van Lieshout", "email": "info@rickvanlieshout.com" }, - "version": "1.0.0", + "version": "1.0.1", "description": "A small, simple and customizable cookie consent bar for use in React applications.", "main": "build/index.js", "dependencies": {