From acb0fa925db20dd0e6165c78235cc052459f1705 Mon Sep 17 00:00:00 2001 From: Paul van Genuchten Date: Thu, 9 Nov 2023 09:07:57 +0100 Subject: [PATCH] finish codeblock (#236) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c69e5b..fe2929d 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ mkdir pygeometa/schemas/foo cp pygeometa/schemas/iso19139/__init__.py pygeometa/schemas/foo vi pygeometa/schemas/foo/__init__.py # update class name and super().__init__() function accordingly +``` ### Running Tests