summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc238b8..cc9a945 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ The command **libcamera-jpeg** will capture a still image using the camera modul
<img src="media/test.jpg" alt="Test image of capy" width="300" height="225">
-**Test image taken by Raspberry Pi Camera Module**
+**Test image taken by Raspberry Pi Camera Module** (Click on it for full-size)
## 5. Testing the Face-Recognition Application
@@ -133,6 +133,7 @@ git clone https://github.com/justsaumit/opencv-face-recognition
2. Change to the opencv-face-detection directory.
``` bash
cd opencv-face-detection
+```
3. Change to the face-detection sub-directory.
``` bash