Skip to content

Commit 0871511

Browse files
committed
Update README.md
1 parent a3324b7 commit 0871511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ The pirc522 library by Ondřej Ondryáš contained a full package that can be ea
77
The MFRC522-Python script by Mario Gomez is another very nice code, written into MFRC522.py file that should be imported every time from the same directory.
88

99
The pirc522 library stopped working due to changes in the raspberry pi system but the MFRC522 kept on working perfectly well.
10-
We at STEMinds combined both libraries, the pirc522 easy package with the MFRC522-Python working code to create an update RC-522 library for the Raspbrrry Pi
10+
We at STEMinds combined both libraries, the pirc522 easy package with the MFRC522-Python working code to create an update RC-522 library for the Raspberry Pi
1111

1212
## About MFRC522-python
1313

1414
A small class to interface with the NFC reader Module MFRC522 on the Raspberry Pi. This is a Python port of the example code for the NFC module MF522-AN.
15-
Git link for the official MFRC522 library: https://github.com/mxgxw/MFRC522-python
15+
Git link for the official [MFRC522-python](https://github.com/mxgxw/MFRC522-python/blob/master/README.md) library.
1616

1717
## About pirc522
1818

0 commit comments

Comments
 (0)