Skip to content

Commit 794828a

Browse files
authored
Merge pull request #137 from atouchet/rdm
Update Readme
2 parents dd3a738 + 7566514 commit 794828a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# unicode-bidi
22

3-
This crate implements the [Unicode Bidirectional Algorithm][tr9] for display
4-
of mixed right-to-left and left-to-right text. It is written in safe Rust,
3+
This crate implements the [Unicode Bidirectional Algorithm][tr9] for display of
4+
mixed right-to-left and left-to-right text. It is written in safe Rust,
55
compatible with the current stable release.
66

7-
[Documentation](https://docs.rs/unicode-bidi/)
7+
[Documentation](https://docs.rs/unicode-bidi)
88

99
[![CI](https://github.com/servo/unicode-bidi/actions/workflows/main.yml/badge.svg)](https://github.com/servo/unicode-bidi/actions)
10-
[![AppVeyor](https://img.shields.io/appveyor/ci/servo/unicode-bidi/master.svg)](https://ci.appveyor.com/project/servo/unicode-bidi)
10+
[![AppVeyor](https://img.shields.io/appveyor/ci/servo/unicode-bidi/main.svg)](https://ci.appveyor.com/project/servo/unicode-bidi)
1111

1212
[tr9]: https://www.unicode.org/reports/tr9/

0 commit comments

Comments
 (0)