summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey H. Johnson <61629094+johnsonjh@users.noreply.github.com>2021-02-27 01:04:58 +0000
committerDarren Tucker <dtucker@dtucker.net>2021-02-27 12:26:08 +1100
commitb7c6ee7b437d9adfd19ef49d6c0f19f13f26f9b3 (patch)
treecd4775ac5ed4716bb4dc7f34a1d1e00758a4789c
parent6248b86074804983e8f7a2058856a516dbfe2924 (diff)
Fix punctuatio and typo in README.md.
Some very minor fixes, missing 's' and punctuation.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f6034713..d5f7065e 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Stable release tarballs are available from a number of [download mirrors](https:
Portable OpenSSH is built using autoconf and make. It requires a working C compiler, standard library and headers, and [zlib](https://www.zlib.net/). ``libcrypto`` from either [LibreSSL](https://www.libressl.org/) or [OpenSSL](https://www.openssl.org) may also be used, but OpenSSH may be built without it supporting a subset of crypto algorithms.
-FIDO security token support need [libfido2](https://github.com/Yubico/libfido2) and its dependencies. Also, certain platforms and build-time options may require additional dependencies, see README.platform for details.
+FIDO security token support needs [libfido2](https://github.com/Yubico/libfido2) and its dependencies. Also, certain platforms and build-time options may require additional dependencies; see README.platform for details.
### Building a release