Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Jan 24, 2023
1 parent 4e8cf67 commit 9c17b98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`)
Expand Down

0 comments on commit 9c17b98

Please sign in to comment.