Update readme to new structure
This commit is contained in:
parent
daa3d6cf5e
commit
b0f2a6f728
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ implementation of the Myer's and Patience algorithms and inherits some ideas
|
|||
from there.
|
||||
|
||||
```rust
|
||||
use similar::text::{ChangeTag, TextDiff};
|
||||
use similar::{ChangeTag, TextDiff};
|
||||
|
||||
fn main() {
|
||||
let diff = TextDiff::from_lines(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue