Skip to content

Commit c164b0d

Browse files
authored
Merge pull request #305 from romeokienzler/patch-1
remove $ symbols
2 parents ef10c8f + 4aeeaac commit c164b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ STAC API Validator requires Python 3.10.
3838
You can install _STAC API Validator_ via [pip] from [PyPI]:
3939

4040
```console
41-
$ pip install stac-api-validator
41+
pip install stac-api-validator
4242
```
4343

4444
and then run it:
4545

4646
```console
47-
$ stac-api-validator \
47+
stac-api-validator \
4848
--root-url https://planetarycomputer.microsoft.com/api/stac/v1/ \
4949
--conformance core \
5050
--conformance features \

0 commit comments

Comments
 (0)