From 64ae27e48a248643a612d5cfb8fca13593b0c3e5 Mon Sep 17 00:00:00 2001 From: BK Date: Tue, 30 May 2017 15:15:20 +0530 Subject: [PATCH] small update in readme file. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 40a3e03..57147d1 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@ MacFinder is a class that helps you find the MAC Address of a specific IP ### Note Issue for MAC Addresses on iOS 10.2 has been resolved thanks to [@mochasoft] (https://github.com/mochasoft) -###Manual Installation +### Manual Installation + Add files in your Xcode project from: File-Add Files to YourProjectName-> Select MacFinder.m, MacFinder.h, route.h, if_arp.h and if_ether.h-> Click on "copy items if needed" -> OK (Or copy them from /MacFinder/Network Headers/ folder) -###CocoaPods Installation +### CocoaPods Installation To install using CocoaPods, simply add the following line to your Podfile: ```ruby pod 'MacFinder' ``` -###How to use it +### How to use it Import the class in your class: @@ -37,11 +37,11 @@ That's it! ### More Details Visit my [article] (https://medium.com/rocknnull/ios-from-ip-to-mac-address-1e3726ff6d2b#.kgbe3wipa) for MacFinder for more details -###Authors +### Authors * Michael Mavris -###License +### License Copyright Miksoft 2017