Skip to content

Commit e920e07

Browse files
relastleHiroki-Konishi
authored andcommitted
Fix: readme
1 parent 3046790 commit e920e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
[![CircleCI](https://circleci.com/gh/relastle/pmy.svg?style=svg)](https://circleci.com/gh/relastle/pmy)
55
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Frelastle%2Fpmy.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Frelastle%2Fpmy?ref=badge_shield)
66

7-
pmy is a highly customizable context-aware shell(zsh)-completion scheme utilizing fuzzy finder such as
7+
pmy is a highly customizable context-aware shell(zsh)-completion scheme utilizing fuzzy finder such as
88
[fzf](https://github.com/junegunn/fzf).
99
I'm fully in love with fzf, and I think [zsh's completion system](http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Completion-System) is so complicated (I admit it is very powerful), so I developed this system.
1010

1111
## Dependency
1212

13-
- [fzf](https://github.com/junegunn/fzf) (You can of course use other fuzzy finder such as [peco](https://github.com/peco/peco) and [fzy](https://github.com/jhawthorn/fzy) instead of fzf)
13+
- [fzf](https://github.com/junegunn/fzf) (You can of course use other fuzzy finder such as [peco](https://github.com/peco/peco) and [fzy](https://github.com/jhawthorn/fzy) instead of fzf.)
1414
- [go](https://github.com/golang/go)
1515
- [go-shellwords](https://github.com/mattn/go-shellwords)
1616
- [go-pipeline](https://github.com/mattn/go-pipeline)
1717
- [color](https://github.com/fatih/color) (Used in test)
1818

19-
- awk (available in almost all environment)
19+
- awk (available in almost all environment.)
2020

2121
## Installation
2222

0 commit comments

Comments
 (0)