Skip to content

Commit

Permalink
Change headers
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Oct 18, 2024
1 parent 450beef commit cf05add
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/build/getting-started/quickstarts/fcl-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 3
sidebar_label: 3 - Simple Frontend
---

# Hello World Part 3 - Simple Frontend
# Part 3 - Simple Frontend

[Flow Client Library] (FCL), is a JavaScript library developed to facilitate interactions with the Flow blockchain. It provides developers with tools to build, integrate, and interact with Flow directly from web applications. This web app quickstart will get you interacting with a contract already deployed to Flow.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/getting-started/quickstarts/flow-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 2
sidebar_label: 2 - Local Development
---

# Hello World Part 2 - Local Development
# Part 2 - Local Development

The [Flow Command Line Interface] (CLI) is a set of tools that developers can use to interact with the Flow blockchain by managing accounts, sending transactions, deploying smart contracts, running the emulator, and more. This quickstart will get you familiar with its main concepts and functionality.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/getting-started/quickstarts/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_label: 1 - Smart Contract Basics
---
import VerticalSplit from "./vertical-split.svg"

# Hello World Part 1 - Smart Contract Basics
# Part 1 - Smart Contract Basics

In this quickstart guide, you'll interact with your first smart contract on the Flow Testnet. `Testnet` is a public instance of the Flow blockchain designed for experimentation, where you can deploy and invoke smart contracts without incurring any real-world costs.

Expand Down

0 comments on commit cf05add

Please sign in to comment.