Skip to content

Commit 4a3050a

Browse files
committed
update formatting of readme
1 parent 14b8f92 commit 4a3050a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
Usage:
66

7-
```bash
7+
```
88
docker run -it -v /$(pwd)/:/data garretw/docker_python3_opencv_exiv2:1.0 /bin/bash
99
$ python3
1010
>>> import cv2
1111
>>> import pyexiv2
1212
```
1313

14-
#### -v connects you to your current directory on your host computer.
14+
-v connects you to your current directory on your host computer.
1515

16-
#### The working directory is set as ```/data``` on the container.
16+
The working directory is set as ```/data``` on the container.
1717

0 commit comments

Comments
 (0)