Skip to content

Commit 0845f2d

Browse files
committed
remove hyphens in readme
1 parent 1db1187 commit 0845f2d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# STAC FastAPI Elasticsearch
22

33
## Elasticsearch backend for stac-fastapi
4-
-----
5-
4+
65
### Join our [Gitter](https://gitter.im/stac-fastapi-elasticsearch/community) page
76

87
### Check out the public Postman documentation [Postman](https://documenter.getpostman.com/view/12888943/2s8ZDSdRHA)
98

109
### For changes, see the [Changelog](CHANGELOG.md)
11-
-----
10+
1211

1312
## Development Environment Setup
1413

@@ -27,14 +26,14 @@ Prior to commit, run:
2726
```shell
2827
pre-commit run --all-files
2928
```
30-
-----
29+
3130

3231
## Building
3332

3433
```shell
3534
docker-compose build
3635
```
37-
-----
36+
3837
## Running API on localhost:8080
3938

4039
```shell
@@ -61,24 +60,24 @@ curl -X "POST" "http://localhost:8080/collections" \
6160

6261
Note: this "Collections Transaction" behavior is not part of the STAC API, but may be soon.
6362

64-
------
63+
6564
## Testing
6665

6766
```shell
6867
make test
6968
```
70-
-----
69+
7170
## Ingest sample data
7271

7372
```shell
7473
make ingest
7574
```
76-
-----
75+
7776
## Elasticsearch Mappings
7877

7978
Mappings apply to search index, not source.
8079

81-
-----
80+
8281
## Managing Elasticsearch Indices
8382

8483
This section covers how to create a snapshot repository and then create and restore snapshots with this.

0 commit comments

Comments
 (0)