From 0ea5e61640ae1902d6488c262ca696501c4aa184 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 16 Jun 2019 12:22:15 -0600 Subject: [PATCH] Fix styling in git-smart-commands description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2302f8b..0ab4ade 100644 --- a/README.md +++ b/README.md @@ -434,7 +434,7 @@ zapack is a basic fast minimal ZSH plugin loader. * [git-prune](https://github.com/Seinh/git-prune) - Plugin that simplifies deleting merged branches. * [git-scripts](https://github.com/packruler/zsh-git-scripts) - Adds `git-squash-branch` and `git-remove-merged` commands. * [git-secret](https://github.com/sobolevn/git-secret) - A bash-tool to store your private data inside a `git` repository. -* [git-smart-commands](https://github.com/seletskiy/zsh-git-smart-commands) - Adds git commands to make some common `git` usages more efficient. +* [git-smart-commands](https://github.com/seletskiy/zsh-git-smart-commands) - Adds extra `git` commands to make some common `git` usages more efficient. * [git-sync](https://github.com/caarlos0/zsh-git-sync) - A ZSH plugin to sync `git` repositories and clean them up. * [gitcd](https://github.com/viko16/gitcd.plugin.zsh) - cd to a git working directory after cloning it. * [gitfast](https://github.com/tevren/gitfast-zsh-plugin) - Updated fork of oh-my-zsh gitfast plugin.