From 897494af43fe68f4aa684cc20cf34909081b9305 Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 21 Jul 2022 15:01:59 -0400 Subject: [PATCH] Fix formatting of table in README (#284) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e6d2e579..de2924af 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ Stac-server is an implementation of the [STAC API specification](https://github. The following APIs are deployed instances of stac-server: -| Name | STAC Version | STAC API Version | Description | -| ----------------------------------------------------------------------------------------- | ------------ | ---------------- | -| [Earth Search](https://earth-search.aws.element84.com/v0/) | 1.0.0-beta.2 | 0.9.0 | Catalog of some AWS Public Datasets | -| [Landsat Look](https://landsatlook.usgs.gov/stac-server) | 1.0.0 | 0.9.0 | | +| Name | STAC Version | STAC API Version | Description | +| ---------------------------------------------------------- | ------------ | ---------------- | ----------------------------------- | +| [Earth Search](https://earth-search.aws.element84.com/v0/) | 1.0.0-beta.2 | 0.9.0 | Catalog of some AWS Public Datasets | +| [Landsat Look](https://landsatlook.usgs.gov/stac-server) | 1.0.0 | 0.9.0 | | ## Architecture