Skip to content

Commit 4b740bc

Browse files
committed
README: simplifications
1 parent 06cbc93 commit 4b740bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<img align="right" width="150" src="./doc/grapes.png"/>
22

33
# Grape
4-
**Grape** is a syntax-aware `grep`-like utility for Clojure code. It allows one to search for code
4+
**Grape** is a syntax-aware `grep`-like utility for Clojure code. It allows you to search for code
55
patterns using Clojure structures.
66

77
## Command-line
88
```
99
$ grape [options] <pattern> <file> [<file> ...]
1010
```
1111

12-
For example, to find all usages of `map` called with a function and two sequences in `grape`’s own code:
12+
For example, to find all usages of `map` called with three arguments in `grape`’s own code:
1313

1414
```
1515
% grape '(map $ $ $)' src
@@ -25,11 +25,10 @@ Options:
2525
* `-u`, `--unindent`: un-indent matches.
2626

2727
### Install
28-
Either get the standalone binary (faster) or a jar (slower) from the [Releases page][releases].
28+
Either get the standalone binary (faster) or a jar from the [Releases page][releases].
2929

3030
[releases]: https://github.com/bfontaine/grape/releases
3131

32-
3332
If you have [Homebrew](https://brew.sh), you can install it like so:
3433
```bash
3534
brew install bfontaine/utils/grape

0 commit comments

Comments
 (0)