Remove defer tag for Wizard embed script

This commit is contained in:
Francisco Giordano
2021-07-09 16:38:25 -03:00
parent 9eba3ef29a
commit 1c1ebd765d

View File

@ -7,7 +7,7 @@ contract and learn about the components offered in OpenZeppelin Contracts.
TIP: Place the resulting contract in your `contracts` directory in order to compile it with a tool like Hardhat or Truffle. Consider reading our guide on xref:learn::developing-smart-contracts.adoc[Developing Smart Contracts] for more guidance! TIP: Place the resulting contract in your `contracts` directory in order to compile it with a tool like Hardhat or Truffle. Consider reading our guide on xref:learn::developing-smart-contracts.adoc[Developing Smart Contracts] for more guidance!
++++ ++++
<script async defer src="https://openzeppelin-contracts-wizard.netlify.app/build/embed.js"></script> <script async src="https://wizard.openzeppelin.com/build/embed.js"></script>
<oz-wizard style="display: block; min-height: 40rem;"></oz-wizard> <oz-wizard style="display: block; min-height: 40rem;"></oz-wizard>
++++ ++++