Skip to content

Commit

Permalink
Merge pull request #137 from atouchet/rdm
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
Manishearth authored Oct 2, 2024
2 parents dd3a738 + 7566514 commit 794828a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# unicode-bidi

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

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

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

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

0 comments on commit 794828a

Please sign in to comment.