From 6199f1c0fc3cf7b4fe41569bef0189905560baba Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 24 Apr 2024 12:47:51 +0200 Subject: [PATCH] readme: fix import path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3781c3..98def50 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The default embedding supports "query" and "passage" prefixes for the input text Run the following Go CLI command in your project directory: ```bash -go get -u github.com/Anush008/fastembed-go +go get -u github.com/anush008/fastembed-go ``` ## 📖 Usage