From e45a88950a7dbf014afdad26459c91c8d196d7b7 Mon Sep 17 00:00:00 2001 From: James Banting Date: Tue, 6 Nov 2018 15:43:44 -0700 Subject: [PATCH] added deprecation notice --- validation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/README.md b/validation/README.md index 5baba8c10..6713f726b 100644 --- a/validation/README.md +++ b/validation/README.md @@ -3,7 +3,7 @@ Any JSON Schema validation tool can be used, just run the JSON data to test against the various STAC schema, and be sure to include any remote schema like the geojson.json schema in the testing. -This directory includes installation instructions for a Python validator and a JavaScript validator. The python validator is more complete and the recommnded tool for validation. +This directory includes installation instructions for a Python validator and a JavaScript validator. The python validator is more complete and the recommnded tool for validation. The Javascript validator has been deprecated and will be removed in the next release. ## Python Validator Install the validator from the [stac-validator](https://github.com/sparkgeo/stac-validator) repository and follow the instructions.