Przeglądaj źródła

fix: doc location

Jonathan Kelley 3 lat temu
rodzic
commit
f682a7a635
1 zmienionych plików z 1 dodań i 1 usunięć
  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;