Browse Source

fix: doc location

Jonathan Kelley 3 years ago
parent
commit
f682a7a635
1 changed files with 1 additions and 1 deletions
  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;