diff --git a/README.md b/README.md index 8e1d1f57..6efd2c35 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ A Python live-trading example using the public `websockets` package lives at ``` wickra/ ├── crates/ -│ ├── wickra-core/ core engine + all 71 indicators +│ ├── wickra-core/ core engine + all 78 indicators │ ├── wickra/ top-level facade crate (publishes on crates.io) + benches/ │ └── wickra-data/ CSV reader, tick aggregator, live exchange feeds ├── bindings/