From f853bfd318c67535870fa2567bfdb89feff02ea7 Mon Sep 17 00:00:00 2001 From: mag37 Date: Fri, 2 Feb 2024 21:21:56 +0100 Subject: [PATCH] typos --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 957f19e..3f972ab 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ___ ## :bell: Changelog -- **v0.3.4**: Reworked selfupdate (auto git/curl/wget), general syntax cleanup, added -v for version. +- **v0.4.0**: Reworked selfupdate (auto git/curl/wget), general syntax cleanup, added -v for version. - **v0.3.8**: Fixed `--env-file` logic to work with multiple env-files. - **v0.3.7**: Added support for [labels](#bookmark-labels), added the `-f` option (force restart stack). - **v0.3.6**: Added pushbullet template. @@ -129,8 +129,7 @@ chmod 755 regctl Test it with `./regctl --help` and then either add the file to the same path as *dockcheck.sh* or in your path (eg. `~/.local/bin/regctl`). ## :open_hands: Function to auth with docker hub before running -### Example -Change names, paths, and remove cat+password flag if you rather get prompted: +**Example** - Change names, paths, and remove cat+password flag if you rather get prompted: ```sh function dchk { cat ~/pwd.txt | docker login --username YourUser --password-stdin