small README updates
authordanix <danix@danix.xyz>
Sat, 25 Mar 2023 19:20:53 +0000 (20:20 +0100)
committerdanix <danix@danix.xyz>
Sat, 25 Mar 2023 19:20:53 +0000 (20:20 +0100)
README.md
notes.sh [changed mode: 0644->0755]

index b40947d..8fcfea6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ And you'll have all your settings in `~/.config/bash-notes.rc`. This file will b
 
 You can change all these settings:
 
-```Bash
+```
 # Binaries to use
 JQ=/usr/bin/jq
 EDITOR=/usr/bin/vim
@@ -59,6 +59,7 @@ Special attention is needed when specifying the options, in my case, using [alac
 ### Functionalities
 
 bash-notes can:
+
  * write a new note `--add "Your note title"` or in short `-a "Your note title"`
  * modify an existing note `--edit [note ID]`, short version `-e [note ID]`
  * delete a note `--delete [note ID]`, or `-d [note ID]`
old mode 100644 (file)
new mode 100755 (executable)