From e476d827b3ead701c4130e0f9406b22d6da478c1 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Fri, 27 Mar 2026 19:26:47 +1300 Subject: [PATCH] docs: use cargo add instead of hardcoded version Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6eb8af..59b0ba1 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,8 @@ Shared types for the WaveKat audio processing ecosystem. ## Quick Start -```toml -[dependencies] -wavekat-core = "0.0.1" +```sh +cargo add wavekat-core ``` ```rust