diff --git a/README.md b/README.md index 5f21e0c0..61ada32c 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ services to query Aave protocol data. Sample Code ```js + import { ethers } from 'ethers'; import { UiPoolDataProvider, @@ -214,6 +215,7 @@ async function fetchContractData() { } fetchContractData(); + ``` @@ -542,6 +544,7 @@ const supplyBundle: ActionBundle = await poolBundle.supplyBundle({ }); // Submit bundle components as shown in #bundle-methods section +````