Skip to content

Commit

Permalink
Adjust README
Browse files Browse the repository at this point in the history
  • Loading branch information
DvvCz committed Sep 2, 2024
1 parent 1865c7f commit 5be7c22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</p>

<div align="center">
<a href="https://github.com/DvvCz/dasm/actions">
<img alt="Test Status" src="https://github.com/DvvCz/dasm/actions/workflows/test.yml/badge.svg">
</a>
[<img alt="Crates.io Version" src="https://img.shields.io/crates/v/dasm?color=orange">](https://crates.io/crates/dasm)
[<img alt="Docs.rs Link" src="https://img.shields.io/docsrs/dasm?color=blue">](https://docs.rs/dasm/latest/dasm)
[<img alt="Test Status" src="https://img.shields.io/github/actions/workflow/status/DvvCz/dasm/test.yml?branch=master&label=tests">](https://github.com/DvvCz/dasm/actions)
</div>

## Note
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[doc = include_str!("../README.md")]
#![doc = include_str!("../README.md")]

pub mod tier;

Expand Down

0 comments on commit 5be7c22

Please sign in to comment.