Skip to content

Commit bba7405

Browse files
committed
Fix typo in README
Signed-off-by: Kohei Tokunaga <[email protected]>
1 parent 24168f0 commit bba7405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ Pull an image from a registry.
672672

673673
Usage: `nerdctl pull [OPTIONS] NAME[:TAG|@DIGEST]`
674674

675-
:nerd_face: `ipfs://` prefix can be used for `IMAGE` to pull it from IFPS. See [`/docs/ipfs.md`](./docs/ipfs.md) for details.
675+
:nerd_face: `ipfs://` prefix can be used for `NAME` to pull it from IFPS. See [`/docs/ipfs.md`](./docs/ipfs.md) for details.
676676

677677
Flags:
678678
- :whale: `--platform=(amd64|arm64|...)`: Pull content for a specific platform
@@ -687,7 +687,7 @@ Push an image to a registry.
687687

688688
Usage: `nerdctl push [OPTIONS] NAME[:TAG]`
689689

690-
:nerd_face: `ipfs://` prefix can be used for `IMAGE` to push it to IFPS. See [`/docs/ipfs.md`](./docs/ipfs.md) for details.
690+
:nerd_face: `ipfs://` prefix can be used for `NAME` to push it to IFPS. See [`/docs/ipfs.md`](./docs/ipfs.md) for details.
691691

692692
Flags:
693693
- :nerd_face: `--platform=(amd64|arm64|...)`: Push content for a specific platform

0 commit comments

Comments
 (0)