From 9c17b9844e6c2f1dcb9aeb6ab0b4acc117dc5a21 Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Tue, 24 Jan 2023 22:40:20 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a69319..97bef39 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# CoverageJSON Validator (Work In Progress) +# CoverageJSON Validator -This repo contains JSON schema and associated Python code for validating [CoverageJSON](https://covjson.org) documents. +This repository contains JSON Schema and associated Python code for validating [CoverageJSON](https://covjson.org) documents. -Note that this work is in active development and the validation functionality is not complete. There have been no releases yet. +Note that this work is in active development and the validation functionality is currently limited to what can be expressed using JSON Schema. ## Setup 1. Install a Python environment with pip (version x or above), e.g. using conda (`conda create -n covjson-validator pip`)