docs: 📝 update readme

This commit is contained in:
Lucas Colombo 2024-04-23 07:17:59 -03:00
parent ff42808ad6
commit 2efa346c76
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35

View File

@ -35,5 +35,6 @@ Apart from the above, this library also defines:
> This library defines a _rustler_ as a service that scrapes stock pricing data for a
> particular market.
>
> Although this library contains the core and abstract functionality for the rustlers, it doesn't include any concrete implementation for them. In other words, this library includes traits and structs that can be used to build a `rustler`).
> Although this library contains the core and abstract functionality for the rustlers, it doesn't include any concrete implementation for them.
>
> Actual concrete implementations for each market cannot be published for many reasons.