Skip to content

Commit 51e96e2

Browse files
authored
Update README.md to have MIT license badge
1 parent 0b65a5a commit 51e96e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![Build Status](https://travis-ci.org/craigthomas/Chip8Java.svg?branch=master)](https://travis-ci.org/craigthomas/Chip8Java)
44
[![Coverage Status](https://codecov.io/gh/craigthomas/Chip8Java/branch/master/graph/badge.svg)](https://codecov.io/gh/craigthomas/Chip8Java)
55
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/51b8560fe61441a3b05b83c1e7a5eee6)](https://www.codacy.com/app/craig-thomas/Chip8Java?utm_source=github.com&utm_medium=referral&utm_content=craigthomas/Chip8Java&utm_campaign=Badge_Grade)
6-
[![Dependency Status](https://dependencyci.com/github/craigthomas/Chip8Java/badge)](https://dependencyci.com/github/craigthomas/Chip8Java)
6+
[![Dependency Status](https://dependencyci.com/github/craigthomas/Chip8Java/badge?style=flat)](https://dependencyci.com/github/craigthomas/Chip8Java)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
78

89
## What is it?
910

@@ -23,7 +24,7 @@ Super Chip 8 ROM - simply run the ROM the same way you would run a normal Chip
2324

2425
## License
2526

26-
This project makes use of an MIT style license. Please see the file called
27+
This project makes use of an MIT license. Please see the file called
2728
LICENSE for more information. Note that this project may make use of other
2829
software that has separate license terms. See the section called `Third
2930
Party Licenses and Attributions` below for more information on those

0 commit comments

Comments
 (0)