Pi3rrot %!s(int64=9) %!d(string=hai) anos
pai
achega
1290ad81a9
Modificáronse 1 ficheiros con 2 adicións e 5 borrados
  1. 2 5
      README.md

+ 2 - 5
README.md

@@ -3,12 +3,10 @@ RFID Poolset
 
 PoC to load and reload credits from Mifare Classic (S50)
 
-How it works? How compile?
-
 First, you need libnfc and libfreefare.
 Second, you have to compile ;)
 
-'''
+```
 $ make all
 $ ./poolset 
 =========================
@@ -18,8 +16,7 @@ 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.