aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2022-03-02 13:19:17 -0800
committerCopybara-Service <copybara-worker@google.com>2022-03-02 13:19:17 -0800
commit458e648c2185691abd152bb116a5ff3bfd4e5a93 (patch)
tree5e34d9b1fa2f7e01d381a00661d0d77bd6d88172
parent64f2d42592e761e92b7a79fecdf5bbc1c5c48901 (diff)
parent5f094b7d824a13becba8a03004177909b976f1f7 (diff)
downloadink-stroke-modeler-458e648c2185691abd152bb116a5ff3bfd4e5a93.tar.gz
Merge pull request #4 from google:sfreilich-patch-1
PiperOrigin-RevId: 432012667
-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