From 97ebbebe4e8566290cb08d725c15732b66c7237c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jinguo=20Liu=20=28=E5=88=98=E9=87=91=E5=9B=BD=29?=
 <cacate0129@gmail.com>
Date: Fri, 23 Feb 2024 09:10:24 +0800
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ec5d9cd..27be65d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # YaoPlots
 
+**NOTE: This package has been moved to Yao.jl as a component package: https://github.com/QuantumBFS/Yao.jl/tree/master/lib/YaoPlots**
+
 [![CI](https://github.com/QuantumBFS/YaoPlots.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/QuantumBFS/YaoPlots.jl/actions/workflows/CI.yml)
 [![Coverage](https://codecov.io/gh/QuantumBFS/YaoPlots.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/QuantumBFS/YaoPlots.jl)
 
@@ -58,4 +60,4 @@ YaoPlots.CircuitStyles.paramtextsize[] = 8
 vizcircuit(chain(3, put(1=>X), repeat(3, H), put(2=>Y), repeat(3, Rx(π/2))))
 ```
 
-![attribute_example_2](examples/attr_circuit_2.svg)
\ No newline at end of file
+![attribute_example_2](examples/attr_circuit_2.svg)