diff --git a/README b/README
index f9ce87d..dc44d2e 100644
--- a/README
+++ b/README
@@ -80,16 +80,17 @@ Touchatag/ACR122:
-----------------
If your Touchatag or ACR122 device fails being detected by PCSC-lite daemon
(pcsc_scan doesn't see anything) then try removing the bogus firmware detection
-of libccid: edit /etc/libccid_Info.plist and locate "ifdDriverOptions",
-turn "0x0000" value into 0x0004 to allow bogus devices and
-restart pcscd daemon.
+of libccid: edit libccid_Info.plist configuration file (usually
+/etc/libccid_Info.plist) and locate "ifdDriverOptions", turn
+"0x0000" value into 0x0004 to allow bogus devices and restart
+pcscd daemon.
ACR122:
-------
Using an ACR122 device with libnfc and without tag (e.g. to use NFCIP modes or
-card emulation) needs yet another PCSC-lite tweak:
-You need to allow usage of CCID Exchange command.
-To do this, edit /etc/libccid_Info.plist and locate "ifdDriverOptions",
+card emulation) needs yet another PCSC-lite tweak: You need to allow usage of
+CCID Exchange command. To do this, edit libccid_Info.plist configuration file
+(usually /etc/libccid_Info.plist) and locate "ifdDriverOptions",
turn "0x0000" value into 0x0001 to allow CCID exchange or
0x0005 to allow CCID exchange and bogus devices (cf previous remark) and
restart pcscd daemon.