aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4c9feb2..a600f86 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ Be advised that this library was designed to model handwriting, and as such,
prioritizes smooth, good-looking curves over precise recreation of the input.
This library is designed to have minimal dependencies; the library itself relies
-only on the C++ Standard Library and Abseil (https://abseil.io/), and the tests
-use the GoogleTest framework (https://google.github.io/googletest/).
+only on the C++ Standard Library and [Abseil](https://abseil.io/), and the tests
+use the [GoogleTest](https://google.github.io/googletest/) framework.
## Usage