Refer to net instead of network package in README

This commit is contained in:
Eugen Wissner 2017-07-05 23:11:54 +02:00
parent 4fd37e84f8
commit 9429e7bb14
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ string, Hash set.
* `format`: Formatting and conversion functions.
* `math`: Arbitrary precision integer and a set of functions.
* `memory`: Tools for manual memory management (allocators, smart pointers).
* `network`: URL-Parsing, sockets, utilities.
* `net`: URL-Parsing, sockets, utilities.
* `os`: Platform-independent interfaces to operating system functionality.
## Basic usage