Skip to content

Commit

Permalink
docs(upgrade): clarify installation vs. instance
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Sep 20, 2024
1 parent bf685d4 commit 000b2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/guides/zoe/contract-upgrade.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contract Upgrade

The result of starting a contract includes the right to upgrade the contract. A call to [E(zoe).install(...)](/reference/zoe-api/zoe.md#e-zoe-startinstance-installation-issuerkeywordrecord-terms-privateargs) returns a record of several objects that represent different levels of access.
The result of starting a contract includes the right to upgrade the contract instance. A call to [E(zoe).startInstance(...)](/reference/zoe-api/zoe.md#e-zoe-startinstance-installation-issuerkeywordrecord-terms-privateargs) returns a record of several objects that represent different levels of access.
The `publicFacet` and `creatorFacet` are defined by the contract.
The `adminFacet` is defined by Zoe and includes methods to upgrade the contract.

Expand Down

0 comments on commit 000b2c0

Please sign in to comment.