Skip to content

Commit 2a439d4

Browse files
committed
add badges
Add badges for Apache License 2.0 and Travis master branch build status to highlight some key information.
1 parent cba2b11 commit 2a439d4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# JSON Schema Validator
22

3+
[![Apache 2.0 License][ASL 2.0 badge]][ASL 2.0] [![Build Status][Travis badge master]][Travis]
4+
35
* [When to use this library?](#when-to-use-this-library)
46
* [Maven installation](#maven-installation)
57
* [Quickstart](#quickstart)
@@ -228,3 +230,8 @@ SchemaLoader schemaLoader = SchemaLoader.builder()
228230
.resolutionScope("http://example.org/") // setting the default resolution scope
229231
.build();
230232
```
233+
234+
[ASL 2.0 badge]: https://img.shields.io/:license-Apache%202.0-blue.svg
235+
[ASL 2.0]: https://www.apache.org/licenses/LICENSE-2.0
236+
[Travis badge master]: https://travis-ci.org/everit-org/json-schema.svg?branch=master
237+
[Travis]: https://travis-ci.org/everit-org/json-schema

0 commit comments

Comments
 (0)