summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7ba0752..0052d9c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# WPA-PSK
-This is a command-line utility and Rust library to compute the WPA pre-shared key of a Wi-Fi SSID and passphrase.
+This is a command-line utility and Rust library to compute the WPA pre-shared
+key of a Wi-Fi SSID and passphrase.
## Usage
@@ -27,13 +28,20 @@ You can install `wpa-psk` using Cargo:
## License
-This work is distributed under the terms of both, the [MIT License](LICENSE-MIT) and the [Apache License, Version 2.0](LICENSE-APACHE-2.0).
+This work is distributed under the terms of both, the [MIT License][MIT] and
+the [Apache License, Version 2.0][Apache-2.0].
+
+[MIT]: LICENSE-MIT
+[Apache-2.0]: LICENSE-APACHE-2.0
## Contribution
-Contributions are welcome!
-Please [contact](https://www.skreutz.com/contact/) me via email.
+Contributions are welcome! Please [contact][] me via email.
+
+[contact]: https://www.skreutz.com/contact/
## See also
-The popular [wpa_supplicant](https://hostap.epitest.fi/wpa_supplicant/) comes with a similar tool, `wpa_passphrase(8)`.
+The popular [wpa_supplicant][] comes with a similar tool, `wpa_passphrase(8)`.
+
+[wpa_supplicant]: https://hostap.epitest.fi/wpa_supplicant/
Generated by cgit. See skreutz.com for my tech blog and contact information.