From 6ef483581f1f3e7a9cc8719afd141ab12ebfe771 Mon Sep 17 00:00:00 2001 From: inkch Date: Thu, 15 Jul 2021 01:22:42 +0900 Subject: [PATCH] Fix typo: tmxup -> tmuxp --- README.md | 2 +- docs/cli.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd3bd738db..d9fb55f406 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ $ tmuxp load mysession ./another/project/ Name a session: ```bash -$ tmxup load -s session_name ./mysession.yaml +$ tmuxp load -s session_name ./mysession.yaml ``` [simple](http://tmuxp.git-pull.com/examples.html#short-hand-inline) and diff --git a/docs/cli.md b/docs/cli.md index f9bf3444b3..5c4ccf7fe5 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -212,7 +212,7 @@ are created, the last session is named from the terminal. ```{code-block} bash -$ tmxup load -s ... +$ tmuxp load -s ... ```