From 91135b43700a736914389513ad71a0148cb7d72d Mon Sep 17 00:00:00 2001 From: nidhi-singh02 Date: Thu, 6 Nov 2025 18:39:14 +0530 Subject: [PATCH] callout should mention pull --- pages/price-feeds/core/use-real-time-data.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/price-feeds/core/use-real-time-data.mdx b/pages/price-feeds/core/use-real-time-data.mdx index 9a287247..7e37d3c0 100644 --- a/pages/price-feeds/core/use-real-time-data.mdx +++ b/pages/price-feeds/core/use-real-time-data.mdx @@ -18,10 +18,10 @@ an on-chain smart contact as part of the transaction. This integration provides **Push integration** is for applications that don't want to pull prices in every transaction and prefer a purely on-chain integration. - All feeds are available through both integration methods. However, to use push + All feeds are available through both integration methods. However, to use pull integration, the application needs to submit the prices to the on-chain smart - contract as part of the transaction. Check out the [Push - Integration](use-real-time-data/push-integration) guide to get started. + contract as part of the transaction. Check out the Pull Integration section + below to get started. ## Pull Integration