From 7f5f6413d3fe8044506387d4c5f788ec1a8577e9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 28 Jan 2021 23:14:52 +0100 Subject: [PATCH] Add badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 210780c..732e59a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # mos6502 -[![Build Status](https://travis-ci.org/mre/mos6502.svg?branch=master)](https://travis-ci.org/mre/mos6502) ![](https://github.com/mre/mos6502/workflows/test/badge.svg) +[![docs.rs](https://docs.rs/mos6502/badge.svg)](https://docs.rs/mos6502) An emulator for the [MOS 6502 CPU](https://en.wikipedia.org/wiki/MOS_Technology_6502) written in Rust. This started off as a fork of [amw-zero/6502-rs](https://github.com/amw-zero/6502-rs),