Skip to content

Commit 28b8350

Browse files
authored
Update README.md
1 parent e76bc16 commit 28b8350

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Fetches geojson data based on LFV echarts and returns new buffer coordiantes bas
55
## Usage
66

77
```sh
8-
uv run coord-buffer -h
9-
usage: coord-buffer [-h] [-l] [--msid MSID] [-f INPUT_FILE] [-b BUFFER]
8+
uv run coord-buffer-cli -h
9+
usage: coord-buffer-cli [-h] [-l] [--msid MSID] [-f INPUT_FILE] [-b BUFFER]
1010

1111
Creates a specified buffer around user specified area.
1212

@@ -19,4 +19,4 @@ options:
1919
Path to a GeoJSON file with coordinates
2020
-b BUFFER, --buffer BUFFER
2121
Buffer size in NM (default: 0)
22-
```
22+
```

0 commit comments

Comments
 (0)