From 8ef99022254d0449afb7a5b671ca445a2c8545bc Mon Sep 17 00:00:00 2001 From: Esa Jokinen Date: Mon, 8 Apr 2024 08:19:32 +0300 Subject: [PATCH] Lint markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6e0293..efb3661 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Miscellaneous scripts for different purposes. Mostly unrelated to each other. | Web | `koronarokotusaika.sh`
Shell (bash) | This script has been removed as koronarokotusaika.fi (bookcovidvaccine.fi) has been shut down on April 28, 2023. | | Web | [`xxl-product-pricelimiter.sh`](bin/xxl-product-pricelimiter.sh)
Shell (bash) | XXL.fi product price checker / limiter.
`./xxl-product-pricelimiter.sh XXL.fi-ProductURL MaxPrice` | -### Scripts that require `sudo` privileges ([`sbin/`](sbin/)) +## Scripts that require `sudo` privileges ([`sbin/`](sbin/)) | Category | Script & Language | Purpose & Usage | |:---|:---|:---| @@ -32,6 +32,6 @@ Miscellaneous scripts for different purposes. Mostly unrelated to each other. Interactive installer & updater `install.sh` and simple updater `update.sh` help putting the scripts in directories that are typically in your `$PATH`. While using these installers as root/sudo, you might need to add an exception for the repository with: -``` +```bash sudo git config --global --add safe.directory ```