From 720e0323a5d9b2017919532f11b1c01aa29ad80f Mon Sep 17 00:00:00 2001
From: Coenraad Loubser <coenraad@wish.org.za>
Date: Tue, 13 Jun 2023 00:26:19 +0200
Subject: [PATCH] Update README.md

Emphasis back to the note about globbing
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7d348170..5f0fc21b 100644
--- a/README.md
+++ b/README.md
@@ -362,9 +362,9 @@ branch. If not set the global value is used.
 #### globbing
 
 To make it easier to include multiple branches mergerfs supports
-[globbing](http://linux.die.net/man/7/glob). The globbing tokens
+[globbing](http://linux.die.net/man/7/glob). **The globbing tokens
 MUST be escaped when using via the shell else the shell itself will
-apply the glob itself. Do not escape the glob in `fstab`.
+apply the glob itself. Do not escape the glob in `fstab`.**
 
 
 ```