Skip to content

Commit

Permalink
add badge, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
geospatial-jeff committed May 7, 2020
1 parent 680de3e commit 05ce46a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# stac-pydantic
# stac-pydantic ![tests](https://github.com/arturo-ai/stac-pydantic/workflows/cicd/badge.svg)
[Pydantic](https://pydantic-docs.helpmanual.io/) models for [STAC](https://github.com/radiantearth/stac-spec) Catalogs, Collections, and Items.

## Usage
Expand All @@ -20,7 +20,7 @@ stac_catalog = {
}

catalog = Catalog(**stac_catalog)
assert catalog.id == "sample"""
assert catalog.id == "sample"
assert catalog.links[0].href == "item.json"
```

Expand Down

0 comments on commit 05ce46a

Please sign in to comment.