diff --git a/pages/price-feeds/core/use-real-time-data.mdx b/pages/price-feeds/core/use-real-time-data.mdx index 51b38c6e..9a287247 100644 --- a/pages/price-feeds/core/use-real-time-data.mdx +++ b/pages/price-feeds/core/use-real-time-data.mdx @@ -18,9 +18,9 @@ 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, for the to - use push integration, the application needs to submit the prices to the - on-chain smart contract as part of the transaction. Check out the [Push + All feeds are available through both integration methods. However, to use push + 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.