Skip to content

Commit bf92854

Browse files
callout should mention pull (#938)
1 parent 5807d57 commit bf92854

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/price-feeds/core/use-real-time-data.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ an on-chain smart contact as part of the transaction. This integration provides
1818
**Push integration** is for applications that don't want to pull prices in every transaction and prefer a purely on-chain integration.
1919

2020
<Callout type="info">
21-
All feeds are available through both integration methods. However, to use push
21+
All feeds are available through both integration methods. However, to use pull
2222
integration, the application needs to submit the prices to the on-chain smart
23-
contract as part of the transaction. Check out the [Push
24-
Integration](use-real-time-data/push-integration) guide to get started.
23+
contract as part of the transaction. Check out the Pull Integration section
24+
below to get started.
2525
</Callout>
2626

2727
## Pull Integration

0 commit comments

Comments
 (0)