Skip to content

Commit

Permalink
fix visible html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
EngrPips committed Aug 27, 2024
1 parent b395df3 commit e889112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this lesson, you'll discover the basics of Remix and how to create and compil

### Remix IDE

Open <a href="https://remix.ethereum.org/" target="_blank" style="color: blue; text-decoration: underline;">Remix</a> to get started.
Open this link [to get started]("https://remix.ethereum.org/")

This is an IDE (Integrated Development Environment), a powerful tool used to build and develop smart contracts in Solidity. It helps to easily visualize and interact with our smart contracts. It contains a file explorer that hosts all the files, a Solidity compiler and a tab where you can deploy your contracts.

Expand Down

0 comments on commit e889112

Please sign in to comment.