From e02a5afcbba2768d113fb9235787313fcf9a2d72 Mon Sep 17 00:00:00 2001 From: Klaus Hott Vidal Date: Fri, 9 Jul 2021 12:36:14 +1200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2214efea1..f31b13e64 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ This option was added to standardize the code across a project and enforce the u Valid options: -- `"always"`: Prefer the explicit types `uint256`, `int256`. -- `"never"`: Prefer the type aliases `uint`, `int`. +- `"always"`: Prefer explicit types (`uint256`, `int256`, etc.) +- `"never"`: Prefer type aliases (`uint`, `int`, etc.). - `"preserve"`: Respect the type used by the developer. | Default | CLI Override | API Override |