aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiper Chester <piperchester@users.noreply.github.com>2017-11-07 10:29:27 -0800
committerGregory P. Smith <greg@krypto.org>2017-11-07 10:29:27 -0800
commitc399d72474f4e993339a0da8c74536c441e7e15e (patch)
tree44e1c493392a06f61defff6f4d855accc27134b2
parenta096df0a0affe49d6ddf98396658c510e94faa4c (diff)
downloadportpicker-c399d72474f4e993339a0da8c74536c441e7e15e.tar.gz
Fix missing word in README (#10)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ec1f7c6..b84c21d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Python portpicker module
-This module is useful finding unused network ports on a host.
+This module is useful for finding unused network ports on a host.
It supports both Python 2 and Python 3.
This module provides a pure Python `pick_unused_port()` function.