From 35435ed1ed2424119da82c794aa9ad0fbfeddd9f Mon Sep 17 00:00:00 2001 From: Drup Date: Fri, 6 Mar 2020 16:11:12 +0100 Subject: [PATCH] Be a bit more Reasonic. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 482196926..ee301f3d7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Finally, TyXML can be used with Reason's JSX syntax: ```reason open Tyxml; -let to_caml = "OCaml!" +let to_reason = "Reason!" ``` TyXML provides a set of combinators which use the OCaml type system