Skip to content

Commit 9c53028

Browse files
authored
Merge pull request #25 from expobrain/readme
Updated README
2 parents bf75cc2 + 408c8b6 commit 9c53028

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
## Purpose
88

99
`git-recall` is a simple tool that allows you to easily go through your commits and
10-
check what you or other contributors in your team did. It doesn't aim to be a replacement for the
10+
check what you or other contributors in your team did. It doesn't aim to be a replacement for the
1111
`git log` command, but just to be a convenient way to recall what you've done from your terminal.
1212

1313

1414
## Usage
1515

1616
```sh
17-
$ git recall [-a <author name>]
18-
[-d <days-ago>]
17+
$ git recall [-a <author name>]
18+
[-d <days-ago>]
1919
[-f]
2020
[-h]
2121
```
@@ -65,10 +65,9 @@ $ git recall -f
6565

6666
##### Without using tools
6767

68-
```
6968
You can install it by simply copying the `git-recall` script into any existing path
70-
(e.g. /usr/local/bin) or create your own directory and add it to the 'PATH' variable.
71-
```
69+
(e.g. `/usr/local/bin`) or create your own directory and add it to the `PATH` variable.
70+
7271

7372
##### Using NPM
7473
Use `npm` to install the project.

0 commit comments

Comments
 (0)