From b7c6854312b6bafd74c691da299c65d35d89df80 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Tue, 24 Dec 2024 05:08:12 +0100 Subject: Fix Markdown syntax typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89813cc..9803ca8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## How to use -* Install `src/basic.bash` to `/path/to/basic.bash.` +* Install `src/basic.bash` to `/path/to/basic.bash`. * At the very beginning of a script (after the shebang): `source /path/to/basic.bash || exit 1` * If a script includes (`source`s) other libraries, these should be included -- cgit v1.2.3