diff --git a/pages/price-feeds/use-real-time-data.mdx b/pages/price-feeds/use-real-time-data.mdx index fc3af2c4..eb761da3 100644 --- a/pages/price-feeds/use-real-time-data.mdx +++ b/pages/price-feeds/use-real-time-data.mdx @@ -18,7 +18,7 @@ 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 + 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.