# HG changeset patch # User Charles Chamberlain # Date 1610078131 18000 # Thu Jan 07 22:55:31 2021 -0500 # Node ID e0f98837d3d1a7009b8babb21b81151806dce9c1 # Parent eaec3f2e32cf270aa5ce955245ac7c2596ec6222 Update readme diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ which can be parsed directly by OCaml later. No monads in sight! As a comparison, say you wanted to count the number of characeters from -"ls", which Shexp: +"ls" using Shexp: ``` ocaml let (number_of_chars : int Shexp_process.t) =