Explorar o código

Fix path to image (#3443)

Florian Bartels hai 6 meses
pai
achega
61b55c9d37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: