We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e8cf67 commit 9c17b98Copy full SHA for 9c17b98
README.md
@@ -1,8 +1,8 @@
1
-# CoverageJSON Validator (Work In Progress)
+# CoverageJSON Validator
2
3
-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.
4
5
-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.
6
7
## Setup
8
1. Install a Python environment with pip (version x or above), e.g. using conda (`conda create -n covjson-validator pip`)
0 commit comments