diff --git a/CHANGELOG.md b/CHANGELOG.md index 86778d8..148860d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,3 +31,4 @@ Initial public release. - Bun UTF-8 path corruption workaround [0.9.0]: https://github.com/tobi/qmd/releases/tag/v0.9.0 + diff --git a/README.md b/README.md index 05c7e87..7775856 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ QMD combines BM25 full-text search, vector semantic search, and LLM re-ranking ```sh # Install globally -bun install -g @tobi/qmd +bun install -g @tobilu/qmd # Create collections for your notes, docs, and meeting transcripts qmd collection add ~/notes --name notes @@ -252,7 +252,7 @@ Models are downloaded from HuggingFace and cached in `~/.cache/qmd/models/`. ## Installation ```sh -bun install -g @tobi/qmd +bun install -g @tobilu/qmd ``` Make sure `~/.bun/bin` is in your PATH. diff --git a/package.json b/package.json index a2dd034..3bd2e69 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@tobi/qmd", + "name": "@tobilu/qmd", "version": "0.9.0", "description": "Query Markup Documents - On-device hybrid search for markdown files with BM25, vector search, and LLM reranking", "type": "module",