Skip to content

Commit

Permalink
Merge pull request #6 from ianmiller347/fix-readme-typo
Browse files Browse the repository at this point in the history
use correct path for css import
  • Loading branch information
Johann-S authored May 18, 2024
2 parents e4421e0 + e9abf4f commit 7b9f40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm i -S @iofate/react-coinbase-commerce
## Usage
```jsx
import { CoinbaseCommerceButton } from '@iofate/react-coinbase-commerce';
import '@iofate/react-coinbase-commerce/esm/index.css';
import '@iofate/react-coinbase-commerce/dist/esm/index.css';

const App = () => {
return (
Expand Down

0 comments on commit 7b9f40b

Please sign in to comment.