diff --git a/README.md b/README.md
index 369c172..2aee3bb 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ static script tag, which will add LogoJS to the global namespace as `logomakerjs
```html
```
@@ -45,7 +45,7 @@ The transcription factor CTCF binds a well-known consensus DNA sequence, rendere
If you use ReactJS, the following code creates the CTCF consensus binding logo:
```jsx
-import { DNALogo } from "logojs-react";
+import { DNALogo } from "logomakerjs";
const CTCF_PPM = [
[0.09, 0.31, 0.08, 0.5],
@@ -69,7 +69,7 @@ const CTCF_PPM = [
[0.44, 0.19, 0.29, 0.06],
];
-export const CTCFLogo = (props) =>