From 8ce8f868983c4d298e237738bc0ac80855911117 Mon Sep 17 00:00:00 2001 From: Martin Czygan <53705+miku@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:54:54 +0200 Subject: [PATCH] readme: fix import path (#10) --- 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