|
|
@@ -16,7 +16,7 @@ Developers interested in using Pyth can refer to the following resources:
|
|
|
|
|
|
- [Create Your First Pyth App](./create-your-first-pyth-app/) is a tutorial that walks the reader through all of the steps required to develop, test and deploy a contract using Pyth price feeds. This guide is tailored toward new developers with less contract development experience.
|
|
|
- [Use Real-Time Price Data](./use-real-time-data/) is a how-to guide that provides the minimal steps to integrate price feeds into your app. This guide is targeted towards more experienced developers who know the basics of smart contract development.
|
|
|
-- [Use Historic Price Data](./use-historic-price-data/) is a how-to guide that provides the minimal steps to integrate historic price data into your app.
|
|
|
+- [Use Historical Price Data](./use-historical-price-data/) is a how-to guide that provides the minimal steps to integrate historical price data into your app.
|
|
|
- [API Reference](./api-reference) is an interactive playground that provides a detailed overview of the Pyth smart contract's functionality. This guide is useful for developers who want to understand the full capabilities of the Pyth oracles.
|
|
|
|
|
|
In addition to the resources above, the following reference materials will be useful for developers as they integrate:
|