diff --git a/README.md b/README.md index f0b631b..e51ef05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+



@@ -32,7 +32,7 @@ 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`. - initial [database migrations](./lib/entities/migration) to create the schema. - a [grpc server](./lib/grpc/) to interact with the rustlers database. -- unimplemented a [websocket gateway server](./lib/socket/) to stream stock pricing data to subscribed clients +- unimplemented a [websocket gateway server](./lib/socket/) to stream stock pricing data to subscribed clients > [!NOTE] > @@ -48,7 +48,7 @@ Apart from the above, this library also defines: The following diagram shows the core components of the `rustler-core` library and how they interact with each other. -

+

## Example