Skip to content

Commit

Permalink
fixed build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
andresesfm authored May 4, 2020
1 parent f149000 commit 4cfb81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# SCETE 35 Decoder

[![Build Status](https://github.com/nfl/scte35/workflows/gradle/badge.svg)]
[![Build Status](https://github.com/nfl/scte35/workflows/Java%20CI%20with%20Gradle/badge.svg)]
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/nfl/scte35decoder/blob/master/LICENSE)

Java library that handles decoding strings that follow the SCTE 35 Standard: https://en.wikipedia.org/wiki/SCTE-35. The result is an Plain Old Java Object of type `SpliceInfoSection`
Expand Down Expand Up @@ -49,4 +49,4 @@ SpliceInfoSection spliceInfoSection = scte35Decoder.base64Decode("SCTE35_ENCODED

## TODOs
* Make models immutable
* Add more examples to increase code coverage
* Add more examples to increase code coverage

0 comments on commit 4cfb81f

Please sign in to comment.