Skip to content

Commit

Permalink
Merge pull request #73 from onflow/Aliserag-patch-2
Browse files Browse the repository at this point in the history
Update staging for capital case consistency and changing title
  • Loading branch information
Aliserag committed Apr 1, 2024
2 parents 2090474 + 3f6d278 commit 25051ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/cadence_migration_guide/staging-guide.mdx
@@ -1,7 +1,7 @@
---
title: Cadence Migrate Smart Contracts To Cadence 1.0
sidebar_label: Smart Contract Migration Guide
description: Guide to migrating your cadence 1.0 compatible smart contracts
title: Staging Guide
sidebar_label: Staging Guide
description: Guide to staging your cadence 1.0 compatible smart contracts
sidebar_position: 6
---

Expand All @@ -15,7 +15,7 @@ This guide aims to simplify the migration process to Cadence 1.0, making it acce

[Cadence 1.0](https://flow.com/upgrade/crescendo/cadence-1) is the latest version of the Cadence smart contract programming language. The stable release of Cadence 1.0 represents a significant milestone in the language’s maturity, delivering a comprehensive suite of improvements that increase speed, security and efficiency. With Cadence 1.0, developers gain access to over 20 new features and enhancements. Each change is thoughtfully designed to streamline workflows, reduce duplication and improve code readability, making writing and understanding smart contracts much easier.

## Staging a contract
## Staging a Contract

<iframe
width="560"
Expand All @@ -35,7 +35,7 @@ flow-c1 migrate stage-contract HelloWorld --network=testnet

Ensure that HelloWorld accurately reflects the name of your contract as specified in your flow.json configuration file.

### Confirm the contract has been staged
### Confirm the Contract is Staged

To confirm that your contract is ready for migration and has been successfully staged, execute the following command:

Expand Down

0 comments on commit 25051ac

Please sign in to comment.