diff --git a/README.md b/README.md index e0221d0..f0b631b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,11 @@ Also, this library is built using the `Rust` programming language... so, **_rust This library defines the core functionality for a `rustler`. It includes the following: -- A [`Rustler`](./lib/rustlers/rustlers.rs) trait that defines the core functionality for a `rustler`. +- A [`Rustler`](./lib/rustlers/rustler.rs) trait that defines the core functionality for a `rustler`. - A [`RustlersSvc`](./lib/rustlers/svc.rs) which orchestrates the `rustlers` at runtime, scheduling them to scrape stock pricing data between market hours. +More info [here](./lib/rustlers/README.md). + Apart from the above, this library also defines: - a [database schema](./lib/entities/orm/) for storing market hours, which is used by the `RustlersSvc` to schedule the `rustlers`.