aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2021-04-17 07:56:38 -0600
committerGavin Howard <yzena.tech@gmail.com>2021-04-17 07:56:38 -0600
commit940f93266ce352dc54542da4a8e92e578cc73d04 (patch)
tree4d92252c7a3ae3be1f6ff0a66e02cf890153b549
parente0aface8a40ca9aec4249dfed00fa7e3be6c8ca2 (diff)
downloadbc-940f93266ce352dc54542da4a8e92e578cc73d04.tar.gz
Mention the library at the top of the README
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 852c8956..f0dcecf1 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,10 @@ functionality is unnecessary.
For more information, see the `dc`'s full manual.
+This `bc` also provides `bc`'s math as a library with C bindings, called `bcl`.
+
+For more information, see the full manual for `bcl`.
+
This `bc` is Free and Open Source Software (FOSS). It is offered under the BSD
2-clause License. Full license text may be found in the [`LICENSE.md`][4] file.