Skip to content

Commit

Permalink
Clarified usage examples section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Schinkel committed Jan 8, 2023
1 parent 5c45344 commit 758eb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bash Macros is a simple _"macro"_ system for Bash.

## Usage Examples

With Bash Macros you can capture up to nine (9) commands from `history` into a command-line alias with a name from `m1`to `m9`.
With Bash Macros you can assign up to nine (9) commands — or capture them from `history` into a command-line alias with a name from `m1`to `m9`.

For example, the following will assign `git log --oneline -20` to an alias named `m3`:

Expand Down

0 comments on commit 758eb32

Please sign in to comment.