浏览代码

Fix path to image (#3443)

Florian Bartels 6 月之前
父节点
当前提交
61b55c9d37
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      example-projects/file-explorer/README.md

+ 1 - 1
example-projects/file-explorer/README.md

@@ -2,7 +2,7 @@
 
 This example shows how a Dioxus App can directly leverage system calls and libraries to bridge native functionality with the WebView renderer.
 
-![example](./src/image.png)
+![example](./assets/image.png)
 
 
 ## To run this example: