Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 18345c5

Browse files
committed
Add badges to README and correct formatting
1 parent e96b148 commit 18345c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# buf\_re(a)dux
1+
# buf\_re(a)dux
2+
[![Travis](https://img.shields.io/travis/abonander/buf_redux.svg)](https://travis-ci.org/abonander/buf_redux)
3+
[![Crates.io](https://img.shields.io/crates/v/buf_redux.svg)](https://crates.io/crates/buf_redux)
4+
[![Crates.io](https://img.shields.io/crates/d/buf_redux.svg)](https://crates.io/crates/buf_redux)
5+
[![Crates.io](https://img.shields.io/crates/l/buf_redux.svg)](https://crates.io/crates/buf_redux)
26

37
Drop-in replacements for buffered I/O types in `std::io`.
48

@@ -37,7 +41,7 @@ appears in the buffer (used to implement `LineWriter`).
3741

3842
## Usage
3943

40-
####[Documentation](http://docs.rs/buf_redux/)
44+
#### [Documentation](http://docs.rs/buf_redux/)
4145

4246
`Cargo.toml`:
4347
```toml

0 commit comments

Comments
 (0)