diff --git a/packages/core/README.md b/packages/core/README.md index e08dab5f52..d3c8c7df6d 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -8,7 +8,7 @@ This package contains contract artifacts for all UMA smart contracts. It contain | `cross-chain-oracle` | Contracts to enable the UMA DVM to reach a number of side-chains & rollups. | | `data-verification-mechanism` | Schelling point commit reveal oracle used to arbitrate disputes in downstream escalation games. | | `external` | External integration points from projects integrated into UMA core contracts. | -| `finanical-templates` | Financial contracts built on top of UMA's Oracle. Include Synthetic tokens (fixed term and perpetual), Long-short-pair(on-chain contract for diffrence) and a number of other mechanisms used to build on-chain incentive systems. | +| `financial-templates` | Financial contracts built on top of UMA's Oracle. Include Synthetic tokens (fixed term and perpetual), Long-short-pair(on-chain contract for diffrence) and a number of other mechanisms used to build on-chain incentive systems. | | `gnosis-zodiac` | Gnosis Safe Zodiac integration enabling an Optimistic Oracle powered multisig deployments. | | `merkle-distributor` | Contracts enabling token distribution via merkle distribution and claim process. | | `optimistic-oracle-v2` | Optimistic oracle mechanism, used to bring data on-chain. Highly suited for complex, longtailed, time insensitive data such as prediction markets, insurance products and complex cross-chain applications. |