Skip to content

Commit

Permalink
Merge pull request #1203 from Mirch/fix/readme
Browse files Browse the repository at this point in the history
Fix README documentation URLs
  • Loading branch information
chasefleming authored Sep 20, 2023
2 parents 7c53925 + 225e049 commit 99ddf59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

## Installation

To install the Flow CLI, follow the [installation instructions](https://developers.flow.com/tools/toolchains/flow-cli/install) on the Flow documentation website.
To install the Flow CLI, follow the [installation instructions](https://developers.flow.com/tools/flow-cli/install) on the Flow documentation website.

## Documentation

You can find the CLI documentation on the [CLI documentation website](https://developers.flow.com/tools/toolchains/flow-cli).
You can find the CLI documentation on the [CLI documentation website](https://developers.flow.com/tools/flow-cli).

## Features
The Flow CLI is a command line tool that allows you to interact with the Flow blockchain.
Read about supported commands in the [CLI documentation website](https://developers.flow.com/tools/toolchains/flow-cli).
Read about supported commands in the [CLI documentation website](https://developers.flow.com/tools/flow-cli).

```
Usage:
Expand All @@ -55,7 +55,7 @@ Available Commands:
version View version and commit information
```

The Flow CLI includes several commands to interact with Flow networks, such as querying account information, or sending transactions. It also includes the [Flow Emulator](https://developers.flow.com/tools/toolchains/emulator).
The Flow CLI includes several commands to interact with Flow networks, such as querying account information, or sending transactions. It also includes the [Flow Emulator](https://developers.flow.com/tools/emulator).


![Alt Text](./cli.gif)
Expand Down

0 comments on commit 99ddf59

Please sign in to comment.