From 1c5c33c260e0a08de9b7b62537ee95d82f8f4821 Mon Sep 17 00:00:00 2001 From: Jordan Kay Date: Fri, 4 Nov 2022 11:21:14 -0400 Subject: [PATCH] Fix operating system name references in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e039ba5..65945063 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

-Netfox provides a quick look on all executed network requests performed by your iOS or OSX app. +Netfox provides a quick look on all executed network requests performed by your iOS or macOS app. It grabs all requests - of course yours, requests from 3rd party libraries (such as AFNetworking, Alamofire or else), UIWebViews, and more Very useful and handy for network related issues and bugs @@ -68,10 +68,10 @@ If you prefer not to use dependency managers, you can integrate netfox into your You can do it by copying the "netfox" folder in your project (make sure that "Create groups" option is selected) -The above folder contains 3 subfolders: Core, iOS and OSX. +The above folder contains 3 subfolders: Core, iOS and macOS. -- If you target on iOS keep only Core and iOS folders (remove OSX folder) -- If you target on OSX keep only Core and OSX folders (remove iOS folder) +- If you target on iOS keep only Core and iOS folders (remove macOS folder) +- If you target on macOS keep only Core and macOS folders (remove iOS folder) ## Start @@ -170,7 +170,7 @@ Tip: You can use the url of the host (for example "https://www.github.com") to i ## Thanks -Special thanks to [tbaranes](https://github.com/tbaranes) and [vincedev](https://github.com/vincedev) for their contribution on OSX library! +Special thanks to [tbaranes](https://github.com/tbaranes) and [vincedev](https://github.com/vincedev) for their contribution on macOS library! ## Licence