From d5aad060f1d5cf5773c7f287461f29f91e6821fe Mon Sep 17 00:00:00 2001 From: Xavi Aracil Date: Thu, 11 Jan 2024 10:05:55 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 607068a..96ec708 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# Public Validator for Open Badges and Comprehensive Learner Record +# Public Validator for Open Badges -Public Validator for Open Badges and Comprehensive Learner Record is a webapp designed to verify the validity of Open Badges and Comprehensive Learner Record based on a variety of input sources and present a useful interface for accessing their properties and validation information. HTTP and APIs are provided. +Public Validator for Open Badges is a webapp designed to verify the validity of Open Badges based on a variety of input sources and present a useful interface for accessing their properties and validation information. HTTP and APIs are provided. -Public Validator for Open Badges and Comprehensive Learner Record is released by [1EdTech](https://www.1edtech.org). +Public Validator for Open Badges is released by [1EdTech](https://www.1edtech.org). ## What versions of Open Badges does this validator support? -This is primarily a validator for Open Badges 3.0 and Comprehensive Learner Record 2.0. You can submit badges that were created under Open Badges 2.0 specification as well, but we recommend using [Open Badges Validator Core](https://github.com/1EdTech/openbadges-validator-core) if you plan to validate Open Badges 2.0 and lower. +This is primarily a validator for Open Badges 3.0. You can submit badges that were created under Open Badges 2.0 specification as well, but we recommend using [Open Badges Validator Core](https://github.com/1EdTech/openbadges-validator-core) if you plan to validate Open Badges 2.0 and lower. ## User Documentation @@ -46,7 +46,7 @@ Note that the open source license of this project will apply to your inbound con This is a multi module maven project with two modules: -- `inspector-vc`: the validator for Open Badges 3.0 and Comprehensive Learner Record 2.0. +- `inspector-vc`: the validator for Open Badges 3.0. - `inspector-vc-web`: the webapp which runs the validator and presents the results to the user. @@ -66,4 +66,4 @@ Constains the inspector implementations for: These inspectors contains all the probes to perform to an artifact for validating its conformance to that specification, building a `Report` with the results. -The method `run` is the responsible to perform such probes. \ No newline at end of file +The method `run` is the responsible to perform such probes.