aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Freilich <sfreilich@google.com>2022-03-02 13:33:52 -0500
committerGitHub <noreply@github.com>2022-03-02 13:33:52 -0500
commit5f094b7d824a13becba8a03004177909b976f1f7 (patch)
tree6cfe06f135667dd68bc4ec7e3582fb0bf87fbeb9
parent763c3f5ca2cfadbd541e62c77547e6c73b50e810 (diff)
downloadink-stroke-modeler-5f094b7d824a13becba8a03004177909b976f1f7.tar.gz
Improve some links in 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