summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Aas <jaas@kflag.net>2023-09-15 10:14:41 -0400
committerJoe Birr-Pixton <jpixton@gmail.com>2023-09-15 16:36:52 +0000
commit0b9e07847eca2e7d63295bc5508becbe72981899 (patch)
tree45de6f4ec6eb7917471c60364c207912e2814265 /README.md
parent274b285d15808e645c21faf4bcd545e038c1e144 (diff)
Fix to stay within 90 character line limit
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index de582268..0163d29c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,9 @@ Rustls is a modern TLS library written in Rust.
</p>
# Status
-Rustls is ready for production use. We aim to maintain reasonable API surface stability but the API may evolve as we make changes to accomodate new features or performance improvements.
+Rustls is ready for production use. We aim to maintain reasonable API surface stability
+but the API may evolve as we make changes to accomodate new features or performance
+improvements.
If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).