Browse Source

markdown fix

Giulio 3 years ago
parent
commit
df6183e291
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Readme.md

+ 2 - 2
Readme.md

@@ -362,8 +362,8 @@ In the case of this hardware revision of the S900, For the RFID reader:
 
 ```
 pcd_rc663.ko 	-> Hardware driver
-pcd_base.ko 	-> Middleware, creates
-libosal.so 		-> Shared library, provides the OsPicc* functions trough interacting with /dev/pcd
+pcd_base.ko 	-> Middleware, creates /dev/pcd
+libosal.so 	-> Shared library, provides the OsPicc* functions trough interacting with /dev/pcd
 ```
 
 For the magnetic stripe reader the family of functions is `OSMsr*` that uses the `/dev/msr` device and for SmartCards there are the `OsIcc*` functions that use the `/dev/usercard` device.