From 11283cc0acb0bf0969577a75522a143d96862827 Mon Sep 17 00:00:00 2001 From: Giuliano-1 <59326521+Giuliano-1@users.noreply.github.com> Date: Thu, 19 Dec 2024 02:06:32 -0500 Subject: [PATCH] Update getting-started.md --- docs/new/explanation/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new/explanation/getting-started.md b/docs/new/explanation/getting-started.md index 5f5f1d11..397d2270 100644 --- a/docs/new/explanation/getting-started.md +++ b/docs/new/explanation/getting-started.md @@ -9,7 +9,7 @@ There are many ready-to-use Substreams packages available. You can explore these Once you find a package that fits your needs, you can choose how you want to consume the data: - **[SQL Database](../how-to-guides/sinks/sql/sql-sink.md)**: Send the data to a database. - **[Subgraph](../how-to-guides/sinks/subgraph/subgraph.md)**: Configure an API to meet your data needs and host it on The Graph Network. -- **[Direct Streaming](../how-to-guides/sinks/stream/stream.md)**: Stream data directly from your application. +- **[Direct Streaming](../how-to-guides/sinks/stream/stream.md)**: Stream data directly to your application.