Browse Source

fix: doc location

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
f682a7a635
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -1,4 +1,4 @@
-#![doc = include_str!("../notes/readme.md")]
+#![doc = include_str!("../notes/README.md")]
 
 pub use dioxus_core as core;