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