From b6d80c5497078e175a0d72a25a3bb16576dad0a7 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Wed, 1 Apr 2020 11:50:08 +0200 Subject: [PATCH] fix repo name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c4112b..0f5b170 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# tmux-plugin-gpu-simple +# tmux-plugin-simple-gpu tmux plugin showing GPU usage Installation @@ -8,7 +8,7 @@ Installation Add plugin to the list of TPM plugins in `.tmux.conf`: ``` -set -g @plugin 'danijoo/tmux-plugin-gpu-simple' +set -g @plugin 'danijoo/tmux-plugin-simple-gpu' ``` Hit `prefix + I` to fetch the plugin and source it.