docs: Update README with correct usage instructions for gonamer
This commit is contained in:
parent
ce4bd81f42
commit
0b843aff0b
|
@ -38,12 +38,12 @@ Make sure to replace:
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go run gonamer.go <image_filename>
|
gonamer <image_filename>
|
||||||
```
|
```
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
```bash
|
```bash
|
||||||
go run gonamer.go vacation_photo.jpg
|
gonamer vacation_photo.jpg
|
||||||
```
|
```
|
||||||
|
|
||||||
The tool will:
|
The tool will:
|
||||||
|
|
Loading…
Reference in New Issue