Skip to content

Commit 9d6ac74

Browse files
authored
Fix typos/grammar in README.md (#180)
* Fix typos/grammar in README.md * Minor grammar fix
1 parent 131e5f1 commit 9d6ac74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cd eoAPI
5353
docker compose up
5454
```
5555

56-
Once the applications are *up*, you'll need to add STAC **Collections** and **Items** to the PgSTAC database. If you don't have, you can use the follow the [MAXAR open data demo](https://github.com/vincentsarago/MAXAR_opendata_to_pgstac) (or get inspired by the other [demos](https://github.com/developmentseed/eoAPI/tree/main/demo)).
56+
Once the applications are *up*, you'll need to add STAC **Collections** and **Items** to the PgSTAC database. If you don't have these available, you can follow the [MAXAR open data demo](https://github.com/vincentsarago/MAXAR_opendata_to_pgstac) (or get inspired by the other [demos](https://github.com/developmentseed/eoAPI/tree/main/demo)).
5757

5858
Then you can start exploring your dataset with:
5959

@@ -71,7 +71,7 @@ This repository has current runtimes that are consistently updated with new func
7171

7272
The services can be deployed altogether locally with `docker compose up`.
7373

74-
Alternatively, you may install the libraries and launch the applications manually :
74+
Alternatively, you may install the libraries and launch the applications manually:
7575

7676
<details>
7777

@@ -104,7 +104,7 @@ python -m pip install tipg
104104
.venv/bin/uvicorn tipg.main:app --port 8083 --reload
105105
```
106106

107-
Note: python libraries might have incompatible dependencies, which you can resolve by using a virtual environment for each ones
107+
Note: Python libraries might have incompatible dependencies, which you can resolve by using a virtual environment for each one.
108108

109109
</details>
110110

@@ -124,7 +124,7 @@ Note: python libraries might have incompatible dependencies, which you can resol
124124

125125
The eoAPI repository hosts customized versions of each base service which can work in parallel or in combination with each other.
126126

127-
eoAPI custom runtimes can be launched with docker
127+
eoAPI custom runtimes can be launched with docker:
128128

129129
```
130130
docker compose -f docker-compose.custom.yml --profile gunicorn up
@@ -144,7 +144,7 @@ export DATABASE_URL=postgresql://username:[email protected]:5439/postgis # Conne
144144
.venv/bin/uvicorn eoapi.{SERVICE}.app:app --port 8000 --reload
145145
```
146146

147-
Note: services might have incompatible dependencies, which you can resolve by using a virtual environment for each service
147+
Note: services might have incompatible dependencies, which you can resolve by using a virtual environment for each service.
148148

149149
## Contribution & Development
150150

0 commit comments

Comments
 (0)