Skip to content

Commit

Permalink
add reformatting & message
Browse files Browse the repository at this point in the history
  • Loading branch information
romellfudi committed Jun 11, 2021
1 parent f31c588 commit eb29b2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<h1 align="center">
Fudi NFC
</h1>

![SNAPSHOT ](snapshot/banner.jpg)
</h1>

[![Platform](https://img.shields.io/badge/platform-android-brightgreen.svg?logo=android)](https://developer.android.com/index.html)
[![API](https://img.shields.io/badge/API-19%2B-brightgreen.svg?style=flat&logo=android)](https://android-arsenal.com/api?level=19)
Expand All @@ -16,7 +14,9 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [](#)
![SNAPSHOT ](snapshot/banner.jpg)

- [Fudi NFC](#)
- [Author Romell Domínguez](#author-romell-domínguez)
- [Downloads Dashboard](#downloads-dashboard)
- [How to read tags](#how-to-read-tags)
Expand Down Expand Up @@ -139,7 +139,7 @@ fun getMAC(tag: Tag): String{
}
```

* If you hold a tag against the phone and it is NFC Enabled, your implementation of the methods will be executed.
* If you hold a tag near by the phone and it is NFC Enabled, your implementation of the methods will be executed.

<p align="center"><img src="snapshot/nfc.gif" alt="nfc"/></p>

Expand Down

0 comments on commit eb29b2b

Please sign in to comment.