From eb8c12026f74707719085146bbbe32ff686cfc53 Mon Sep 17 00:00:00 2001 From: Ram Rohit Gannavarapu Date: Mon, 31 Aug 2020 18:25:45 -0600 Subject: [PATCH] Update readme with correct example folder There is no folder detection_with_commnad_line --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c1c41b..82419a8 100644 --- a/README.md +++ b/README.md @@ -93,9 +93,9 @@ The folder of [examples](examples) contains sample applications demonstrating th Take one Face Detection as an example. -1. Get into one example folder `esp-who/examples/single_chip/detection_with_command_line`. +1. Get into one example folder `esp-who/examples/single_chip/face_detection_with_command_line`. ``` -cd esp-who/examples/single_chip/detection_with_command_line +cd esp-who/examples/single_chip/face_detection_with_command_line ``` 2. Compile and flash the project.