diff --git a/README.md b/README.md index 400dfee..d83f263 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ MapML Formatter Plugin for pygeoapi ## Installation -1. Install pygepapi +1. Install pygeoapi 2. Copy `mapml.py` into pygeoapi/pygeoapi/formatter 3. Add `'mapml'` to the [`FORMATS` array](https://github.com/geopython/pygeoapi/blob/master/pygeoapi/api.py#L79) on line 79. 4. Copy the below snipping into lines [1090](https://github.com/geopython/pygeoapi/blob/master/pygeoapi/api.py#L1110) and [1248](https://github.com/geopython/pygeoapi/blob/master/pygeoapi/api.py#L1263) of pygeoapi/api.py. Appending to the existing `if` `else if` blocks,