From 2d93a83672d5c03017310b20351287a33e412caf Mon Sep 17 00:00:00 2001 From: Semaf Electronics Date: Sun, 24 Jun 2018 16:06:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8f8436..5b13c79 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ __Set the Pin for the RST and i2c address!__ MFRC522 mfrc522(0x28, RST_PIN); // Create MFRC522 instance. ``` -Credit @ [arozcan](https://github.com/arozcan/MFRC522-I2C-Library) +Thanks to @ [arozcan](https://github.com/arozcan/MFRC522-I2C-Library) for the Library