Skip to content

Commit

Permalink
Update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus committed Mar 24, 2024
1 parent c1830c4 commit dd3f87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<p align="center">A <strong>minimal</strong> byte-by-byte reader for parsing input.</p>

<div align="right">
<img alt="build check status of byte_reader" src="https://github.com/kana-rus/byte_reader/actions/workflows/check.yml/badge.svg"/>
<img alt="test status of byte_reader" src="https://github.com/kana-rus/byte_reader/actions/workflows/test.yml/badge.svg"/>
<a href="https://crates.io/crates/byte_reader"><img alt="crates.io" src="https://img.shields.io/crates/v/byte_reader" /></a>
</div>

## Use case
Expand Down Expand Up @@ -90,7 +90,7 @@ Some utility methods for text-parsing are available:

### `"detahced"` (**unsafe**)

Make read bytes *detahced* by `read_*` operations. This resolves issue around borrowing `Reader`.
Make read bytes *detahced* in `read_*` operations. This resolves issue around borrowing `Reader`.

<br/>

Expand Down

0 comments on commit dd3f87a

Please sign in to comment.