Skip to content

Commit

Permalink
Fix subheader
Browse files Browse the repository at this point in the history
  • Loading branch information
axelf4 committed Mar 27, 2021
1 parent 9cbb09b commit d09de26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Implementation of the Line Breaking Algorithm described in [Unicode Standard Ann
Given an input text, locates "line break opportunities", or positions appropriate for wrapping
lines when displaying text.

# Example
## Example

```rust
use unicode_linebreak::{linebreaks, BreakOpportunity::{Mandatory, Allowed}};
Expand Down

0 comments on commit d09de26

Please sign in to comment.