From 7f1dbfd4ade96dd14f6a1bb31917c61de0426099 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Mon, 20 Apr 2015 18:53:42 +0430 Subject: [PATCH] indicates -> represents --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38d5684..f717421 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Options: #####fn The function which runs on arguments #####format - The format which specifies how arguments are placed relative to operator, this is a string in which 1 indicates operator and zeroes indicate arguments. + The format which specifies how arguments are placed relative to operator, this is a string in which 1 represents the operator and zeroes represent arguments. For example `+` has the format `010` and factorial has `01`. #####precedence