Skip to content

Commit

Permalink
renaming intensifies
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendorff committed Nov 8, 2024
1 parent 4683f6d commit db9b2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/string-offsets/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UTF-8 Converter
# string-offsets

This crate converts string positions between Rust style (UTF-8 byte offsets) and styles used by other programming languages, as well as line numbers.

Expand All @@ -8,5 +8,5 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
utf8-converter = "0.1"
string-offsets = "0.1"
```

0 comments on commit db9b2cb

Please sign in to comment.