From 6ccaedf5ff9eedba7c9899d6511975cecbcbb1d9 Mon Sep 17 00:00:00 2001 From: messense Date: Sat, 12 Jun 2021 10:02:02 +0800 Subject: [PATCH] Fix crate name in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a053a..1246388 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ point in a set. ```toml [dependencies] -instant-segment = "0.5.0" +instant-distance = "0.5.0" ``` ## Example