Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: John Kane <john@kanej.me>
  • Loading branch information
zoeyTM and kanej authored Jun 24, 2024
1 parent 7140c3a commit f797a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/ignition/docs/guides/upgradeable-proxies.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upgradeable proxies
# Upgradeable Contracts

When developing smart contracts, you may decide to use an upgradeable proxy pattern to allow for future upgrades to your contracts. This guide will explain how to create Ignition modules to deploy and interact with your upgradeable proxy contracts.

Expand Down Expand Up @@ -36,7 +36,7 @@ yarn add @openzeppelin/contracts

## Getting to know our contracts

Before we start writing our Ignition modules, let's take a look at the contracts we'll be deploying and interacting with.
Let's take a look at the contracts we'll be deploying and interacting with.

First, inside our `contracts` directory, we'll create a file called `Demo.sol`:

Expand Down

0 comments on commit f797a49

Please sign in to comment.