diff --git a/README.md b/README.md index 9e13227..1788e4b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ builds an HTML snippet from a React element. ```tsx import React from "react"; -import { ReactFromHtml } from "react-from-html"; +import { ReactFromHtml } from "@bitjourney/react-from-html"; const reactFromHtml = new ReactFromHtml();