Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Janther authored Jul 9, 2021
1 parent c02436f commit e02a5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit e02a5af

Please sign in to comment.