Browse Source

Add Travis and Crates badges to readme

Isaac Woods 7 năm trước cách đây
mục cha
commit
12ed1d4a2c
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -1,4 +1,7 @@
 # Acpi
+[![Build Status](https://travis-ci.org/rust-osdev/acpi.svg?branch=master)](https://travis-ci.org/rust-osdev/acpi)
+[![Version](https://img.shields.io/crates/v/acpi.svg?style=rounded-square)](https://crates.io/crates/acpi/)
+
 A library to parse ACPI tables and AML, written in Rust. Designed to be easy to use from inside a
 kernel written in Rust, and fully tested.
 **Acpi is currently very early in development, will be highly unstable and is next to useless for