diff --git a/Cargo.toml b/Cargo.toml index 01f983fb..12167d65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectorless" -version = "0.1.11" +version = "0.1.12" edition = "2024" authors = ["zTgx "] description = "Hierarchical, reasoning-native document intelligence engine" diff --git a/README.md b/README.md index d0649efb..52ae5a05 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ vectorless = "0.1" Create a configuration file `vectorless.toml` in your project root: ```bash -cp templates/template.toml ./vectorless.toml +cp vectorless.example.toml ./vectorless.toml ``` Basic usage: diff --git a/templates/template.toml b/vectorless.example.toml similarity index 100% rename from templates/template.toml rename to vectorless.example.toml