diff --git a/README.md b/README.md index 7496327..37a5bc4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Say you have a `Button` component you want to make themeable. You should pass a ```jsx // Button.js import React, { Component } from 'react'; -import { themr } from 'react-themr'; +import { themr } from 'react-css-themr'; @themr('MyThemedButton') class Button extends Component { @@ -80,7 +80,7 @@ If you use a component with a base theme, you may to want import the component w ```jsx // SuccessButton.js import React, { Component } from 'react'; -import { themr } from 'react-themr'; +import { themr } from 'react-css-themr'; import successTheme from './SuccessButton.css'; @themr('MySuccessButton', successTheme) diff --git a/package.json b/package.json index c06fe5c..a9c80e0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "css-modules", "customization", "react", - "react-themr", + "react-css-themr", "theming" ], "devDependencies": {