From 758eb32cc421ec14bb1fb05cda17da760c091cc1 Mon Sep 17 00:00:00 2001 From: Mike Schinkel Date: Sun, 8 Jan 2023 01:56:51 -0500 Subject: [PATCH] Clarified usage examples section in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97263a4..fe2886f 100644 --- a/README.md +++ b/README.md @@ -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`: