summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-05-05 16:13:55 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-05-05 16:13:55 +0530
commit36c09e2d4d7ca45d47906f38adf9d370a2d5db94 (patch)
tree2a6a2fd34a6fd93e4abe4b2af4f67ab85d4a087a
parentf2d823d4693e6fba30a339a11996ab5fbc6c56d0 (diff)
README: fixed formatting error/closed code block
-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