From 8110c93dbdb30e38bb5abde5fb43f2d63775e862 Mon Sep 17 00:00:00 2001 From: Malvoz <26493779+Malvoz@users.noreply.github.com> Date: Sun, 8 Aug 2021 21:37:34 +0200 Subject: [PATCH] s/pygepapi/pygeoapi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,