Skip to content

Commit

Permalink
fix(docs): networks docs refer to network instead of volumes (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpsoane authored Dec 14, 2024
1 parent b4db53b commit 8ef1d21
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

### Cargo

There isn't currently a downloadable build; to install you will need cargo installed:
There isn't currently a downloadable pre-built binary; to install you will need cargo installed:

```bash
cargo install --locked ducker
Expand Down Expand Up @@ -123,12 +123,12 @@ The following actions are available on the Volumes page:

#### Networks

The following actions are available on the Volumes page:
The following actions are available on the Networks page:

| Hotkey | Action |
| -------- | -------------------------------------- |
| `Ctrl+d` | Delete the currently selected volume |
| `d` | Describe the currently selected volume |
| Hotkey | Action |
| -------- | --------------------------------------- |
| `Ctrl+d` | Delete the currently selected network |
| `d` | Describe the currently selected network |

> :warning: **Network deletion isn't entirely complete**: A failed deletion currently results in a yes/no modal telling you that it couldn't be deleted. There is no difference between the yes and no results. This is due to the current modal story and a quick and dirty hack to get them set up. Once a generic modal exists this will be patched up!
Expand Down

0 comments on commit 8ef1d21

Please sign in to comment.