Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix license link.
  • Loading branch information
JALsnipe authored Oct 14, 2022
1 parent 5ec7d7c commit 4d8e5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SCETE 35 Decoder

[![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)
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/nfl/scte35/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

0 comments on commit 4d8e5a1

Please sign in to comment.