diff --git a/subjects/blockchain/decentralised-finance/README.md b/subjects/blockchain/decentralized-finance/README.md similarity index 94% rename from subjects/blockchain/decentralised-finance/README.md rename to subjects/blockchain/decentralized-finance/README.md index 0bdcfb825..925fa5aa2 100644 --- a/subjects/blockchain/decentralised-finance/README.md +++ b/subjects/blockchain/decentralized-finance/README.md @@ -1,10 +1,10 @@ -# Decentralised Finance +# Decentralized Finance _I accidentally killed it - devops199_ -It is time for us to advance beyond basic contracts for integrate with actual DeFi smart contrat. For this we will need to use current standards and implementations. +It is time for us to advance beyond basic contracts for integrate with actual DeFi smart contract. For this we will need to use current standards and implementations. -First, we will create a simple stablecoin, following the ERC20 standart and an oracle. We will then create a decentralised exchange that will allow us to exchange our stablecoin. Finally, we will create the tests for this project. +First, we will create a simple stablecoin, following the ERC20 standard and an oracle. We will then create a decentralized exchange that will allow us to exchange our stablecoin. Finally, we will create the tests for this project. ### **Content** @@ -22,7 +22,7 @@ First, we will create a simple stablecoin, following the ERC20 standart and an o # Exercise 1: Stablecoin -The purpose of this exercise is to create a fully collateralised stablecoin. We will use an oracle smart contract to get the current value of any volatile token +The purpose of this exercise is to create a fully collateralized stablecoin. We will use an oracle smart contract to get the current value of any volatile token. ### Instructions diff --git a/subjects/blockchain/decentralised-finance/audit/README.md b/subjects/blockchain/decentralized-finance/audit/README.md similarity index 100% rename from subjects/blockchain/decentralised-finance/audit/README.md rename to subjects/blockchain/decentralized-finance/audit/README.md