Skip to content

Commit

Permalink
Update README with info about line breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowtie committed Nov 30, 2017
1 parent 7fda0b0 commit bbced3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ text layout and analysis tasks. Script identification, cursive joining, line bre
and text segmentation are common tasks where the String module just doesn't provide
adequate information.

It also provides a default, compliant implementation of the Unicode line breaking algorithm
that can be tailored as needed.

## Installation

The package can be installed by adding `unicode_data` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:unicode_data, "~> 0.3.0"}]
[{:unicode_data, "~> 0.6.0"}]
end
```

Expand Down

0 comments on commit bbced3d

Please sign in to comment.