Pi3rrot 9 years ago
parent
commit
48eb942bc7
1 changed files with 9 additions and 11 deletions
  1. 9 11
      README.md

+ 9 - 11
README.md

@@ -6,17 +6,15 @@ PoC to load and reload credits from Mifare Classic (S50)
 First, you need libnfc and libfreefare.
 Second, you have to compile ;)
 
-```
-$ make all
-$ ./poolset 
-=========================
-RFID Poolset Read/Write !
-=========================
-How it works? So easy !
-  --read        Read credits and date
-  --write       Write <credit> <buy_date> <expire_date>
-                    Ex: ./poolset --write 10 25/12/16 25/06/16
-```
+		$ make all
+		$ ./poolset 
+		=========================
+		RFID Poolset Read/Write !
+		=========================
+		How it works? So easy !
+		  --read        Read credits and date
+		  --write       Write <credit> <buy_date> <expire_date>
+		                    Ex: ./poolset --write 10 25/12/16 25/06/16
 
 That's all.