Update readme with correct example folder

There is no folder detection_with_commnad_line
pull/154/head
Ram Rohit Gannavarapu 2020-08-31 18:25:45 -06:00 committed by GitHub
parent 1dfd93e3b2
commit eb8c12026f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.