浏览代码

fix(README): Fix path in example

Wesley Norris 3 年之前
父节点
当前提交
08b6846f09
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ This crate is licensed under the Mozilla Public License 2.0 (see the LICENSE fil
 ## Example
 
 ```rust
-static MY_FDT: &[u8] = include_bytes!("../test.dtb");
+static MY_FDT: &[u8] = include_bytes!("../dtb/test.dtb");
 
 fn main() {
     let fdt = fdt::Fdt::new(MY_FDT).unwrap();