diff --git a/README.md b/README.md index 4f39c5ff..939e9767 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 78 indicators +│ ├── wickra-core/ core engine + all 85 indicators │ ├── wickra/ top-level facade crate (publishes on crates.io) + benches/ │ └── wickra-data/ CSV reader, tick aggregator, live exchange feeds ├── bindings/