fix: doc location

This commit is contained in:
Jonathan Kelley 2022-03-02 23:11:52 -05:00
parent eaeda6e201
commit f682a7a635

View file

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