aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2022-04-28 20:37:58 -0400
committerGravatar Peter McGoron 2022-04-28 20:37:58 -0400
commit7b33542c01d659697c1a7eda2ffee135e3280dfa (patch)
treea44d4bf6b2cb0e7c87951d966f3a22649711671f
parentlicense, readme, build file (diff)
clarifyHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b1cb12d..cf46c3c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# letsqlite -- monadic interface to sqlite3 for OCaml
This library offers an interface to [sqlite3-ocaml][1] using monads
-and standard `let` statements.
+and monadic `let` statements.
For example usage, see the test in `src/letsqlite.ml`. For
documentation, refer to `src/letsqlite.mli`.