diff --git a/README.md b/README.md index 6b407e1..daf5d26 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,13 @@ cargo: cargo install dkdc-md-cli ``` -Either option will install the `md` command globally. You can use `uvx` to run it without installing: +Verify installation: + +```bash +md --version +``` + +You can use `uvx` to run it without installing: ```bash uvx --from dkdc-md-cli md diff --git a/crates/dkdc-md-cli-py/Cargo.toml b/crates/dkdc-md-cli-py/Cargo.toml index 576a087..3dd8a00 100644 --- a/crates/dkdc-md-cli-py/Cargo.toml +++ b/crates/dkdc-md-cli-py/Cargo.toml @@ -4,7 +4,7 @@ name = "dkdc-md-cli-py" version = "0.2.1" edition = "2024" -authors = ["Cody "] +authors = ["Cody "] license = "MIT" [lib] diff --git a/crates/dkdc-md-cli/Cargo.toml b/crates/dkdc-md-cli/Cargo.toml index 222977a..5c94605 100644 --- a/crates/dkdc-md-cli/Cargo.toml +++ b/crates/dkdc-md-cli/Cargo.toml @@ -3,7 +3,7 @@ name = "dkdc-md-cli" version = "0.2.1" edition = "2024" rust-version = "1.93" -authors = ["Cody "] +authors = ["Cody "] license = "MIT" description = "CLI for the MotherDuck REST API" repository = "https://github.com/dkdc-io/md-cli" diff --git a/pyproject.toml b/pyproject.toml index 07d9875..7d6f76b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "CLI for the MotherDuck REST API" requires-python = ">=3.11" license = "MIT" license-files = ["LICENSE"] -authors = [{ name = "Cody", email = "cody@dkdc.dev" }] +authors = [{ name = "Cody", email = "cody@dkdc.io" }] readme = "README.md" dependencies = []