From a05fcc626e6a4b040377e6cfa81e25d8b87374bc Mon Sep 17 00:00:00 2001 From: masaru87 <55574641+masaru87@users.noreply.github.com> Date: Fri, 17 Jul 2026 20:58:17 +0900 Subject: [PATCH] README: fix import path to the published package name (@bitjourney/react-from-html) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();