Skip to content

Commit db9b2cb

Browse files
committed
renaming intensifies
1 parent 4683f6d commit db9b2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/string-offsets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UTF-8 Converter
1+
# string-offsets
22

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

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

99
```toml
1010
[dependencies]
11-
utf8-converter = "0.1"
11+
string-offsets = "0.1"
1212
```

0 commit comments

Comments
 (0)