Skip to content

Commit 7bb6576

Browse files
committed
README.md fix
Signed-off-by: Kolja Nolte <kolja.nolte@gmail.com>
1 parent 0124ce3 commit 7bb6576

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ This script is designed to work with Nikon **D850**, **D810**, and **D800** came
2121
2. **Install the required `exifread`** library using the `pip` command. [Official documentation](https://pip.pypa.io/en/stable/user_guide/)
2222

2323
```bash
24-
pip install exifread
24+
$ pip install exifread
2525
```
2626

2727
Clone or download the Shutter Counter repository to your local machine.
2828

2929
### Download via Git
3030

3131
```bash
32-
git clone https://gitlab.com/thaikolja/python-shutter-counter.git
32+
$ git clone https://gitlab.com/thaikolja/python-shutter-counter.git
3333
```
3434

3535
### Download as a .zip File
@@ -41,7 +41,7 @@ Click [here to download the latest version](https://gitlab.com/thaikolja/python-
4141
To use the script, simply run it from the command line and provide the path to the image file as an argument:
4242

4343
```bash
44-
python main.py /path/to/image.jpg
44+
$ python main.py /path/to/image.jpg
4545
```
4646

4747
This will output the shutter count as a string:
@@ -53,7 +53,7 @@ Shutter count: 78684
5353
You can also specify the output type as an integer by adding the `int` argument:
5454

5555
```bash
56-
python main.py /path/to/image.jpg int
56+
$ python main.py /path/to/image.jpg int
5757
```
5858

5959
This will output the shutter count as an integer:

0 commit comments

Comments
 (0)