Fixed typo in badges

This commit is contained in:
Seth Morabito 2018-12-09 18:41:06 -08:00
parent 680df17903
commit 889fd1fe45
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "dmd_core"
description = "AT&T / Teletype DMD 5620 Terminal Emulator - Core Library"
version = "0.2.0"
version = "0.2.1"
authors = ["Seth Morabito <web@loomcom.com>"]
homepage = "https://github.com/sethm/dmd_core"
repository = "https://github.com/sethm/dmd_core"
@ -14,6 +14,6 @@ categories = ["simulation"]
lazy_static = "^1.2.0"
[badges]
travic-ci = { repository = "https://github.com/sethm/dmd_core", branch = "master" }
travis-ci = { repository = "https://github.com/sethm/dmd_core", branch = "master" }
maintenance = { status = "actively-developed" }