From 67e7e136182d0005043c68514065d594290f8d99 Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Tue, 21 May 2024 05:40:08 -0300 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20set=20image=20urls=20to?= =?UTF-8?q?=20github=20raw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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