Fix typo in README.md

s/trucate/truncate for G101 configuration
This commit is contained in:
Lucas Charles 2020-09-29 11:04:15 -07:00 committed by Grant Murphy
parent 0ce48a584f
commit aef335a98e

View file

@ -181,7 +181,7 @@ You can also configure the hard-coded credentials rule `G101` with additional pa
"ignore_entropy": false,
"entropy_threshold": "80.0",
"per_char_threshold": "3.0",
"trucate": "32"
"truncate": "32"
}
}
```