ソースを参照

fix: doc location

Jonathan Kelley 3 年 前
コミット
f682a7a635
1 ファイル変更1 行追加1 行削除
  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;