docs: Small revisions to the manual and readme file
[miniexpect.git] / README
diff --git a/README b/README
index 828c449..1884e3e 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-miniexpect is a very simple expect-like library for C.
+miniexpect is a very simple expect-like library
 
 It has a saner interface than libexpect, and doesn't depend on Tcl.
 It is also thread safe, const-correct and uses modern C standards.