diff --git a/README.md b/README.md
index 40828ab..a28d944 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,15 @@ This project makes use of the transform and imutils modules from pyimagesearch (
* The scanner can also process an entire directory of images automatically and save the output in an output directory:
![Image Directory of images to be processed](https://github.com/andrewdcampbell/doc_scanner/blob/master/before_after.gif)
+#### Here are some examples of images before and after scan:
+
+
+
+
+
+
+
+
### Usage
```
@@ -21,9 +30,9 @@ python scan.py (--images | --image ) [-i]
```
* For example, to scan a single image with interactive mode:
```
-python scan.py --image images/page.jpg -i
+python scan.py --image sample_images/desk.JPG -i
```
* To scan all images in a directory automatically:
```
-python scan.py --images images
+python scan.py --images sample_images
```
\ No newline at end of file