소스 검색

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: