diff options
author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-09-12 10:43:58 +0200 |
---|---|---|
committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-09-12 10:43:58 +0200 |
commit | dbea3cbc2390fff4e021c598628994806e525962 (patch) | |
tree | d9abe401befd63a0a1b4fee9398731db48a9dd70 | |
parent | d4efe12c965ca0d3c7a60baf2a37495904b46a4e (diff) |
fix: change the import in README.md to match the crate name
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ are noted in comments. ## Get optimal alignment of two phonetic sequences ``` -use aline::align; +use kondrak_aline::align; let alignment = align("θin", "tenwis", 0.0); @@ -39,4 +39,4 @@ assert_eq!( ## References \[1\] G. Kondrak. Algorithms for Language Reconstruction. PhD dissertation, -University of Toronto.
\ No newline at end of file +University of Toronto. |