Skip to content

Commit a0d301e

Browse files
authored
Update README.md
1 parent 3d904b4 commit a0d301e

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
@@ -1,9 +1,9 @@
11
# NetIF
2-
Get a list of network addresses associated with network interfaces on a system without relying on name lookups. Header-only, requires C++14.
2+
Get addresses associated with network interfaces on a system without using name lookups. Header-only, requires C++14.
33

44
## Usage
55

6-
Add the header file to the include path. The main functions for getting interface addresses all return a vector of strings (`std::vector<std::string>`) with the typical human-readable representation of IP addresses (e.g. `127.0.0.1` for IPv4 and `2001:0db8:85a3:0000:0000:8a2e:0370:7334` for IPv6).
6+
Add the header file to the include path for your project. The main functions for getting interface addresses all return a vector of strings (`std::vector<std::string>`) with the typical human-readable representation of IP addresses (e.g. `127.0.0.1` for IPv4 and `2001:0db8:85a3:0000:0000:8a2e:0370:7334` for IPv6).
77

88
```cpp
99
#include "gmlc/netif/NetIF.hpp"

0 commit comments

Comments
 (0)