From 6d13a5751a367949740bd738e0b06f5148f25966 Mon Sep 17 00:00:00 2001 From: Ryan Kennedy Date: Mon, 16 Mar 2020 19:21:39 -0500 Subject: [PATCH] Add badges to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e80e967..b2df84f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://github.com/rust-osdev/vga/workflows/Build/badge.svg)](https://github.com/rust-osdev/vga/actions?query=workflow%3ABuild) [![Docs.rs Badge](https://docs.rs/vga/badge.svg)](https://docs.rs/vga/) + # vga This crate provides vga specific functions, data structures, and access to various registers.