Skip to content

Commit

Permalink
Merge branch 'trunk' of https://github.com/mnemnion/StringUnits.jl in…
Browse files Browse the repository at this point in the history
…to trunk
  • Loading branch information
mnemnion committed Mar 24, 2024
2 parents aba421e + c1a9a59 commit 48c94ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://mnemnion.github.io/StringUnits.jl/dev/)
[![Build Status](https://github.com/mnemnion/StringUnits.jl/actions/workflows/CI.yml/badge.svg?branch=trunk)](https://github.com/mnemnion/StringUnits.jl/actions/workflows/CI.yml?query=branch%3Atrunk)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
[![codecov](https://codecov.io/gh/mnemnion/StringUnits.jl/graph/badge.svg?token=BT3S8343RT)](https://codecov.io/gh/mnemnion/StringUnits.jl)

**StringUnits.jl** is a package which provides units for indexing strings: by
codeunit, by character, by grapheme, and by textwidth.
Expand All @@ -28,4 +29,4 @@ julia> str[2ch:5ch + 0gr]
"λ🤔∅👨🏻\u200d🌾"
```

For details, see the [documentation](https://mnemnion.github.io/StringUnits.jl/)
For details, see the [documentation](https://mnemnion.github.io/StringUnits.jl/)

0 comments on commit 48c94ae

Please sign in to comment.