From 50b918791f08b762d3d1f0d1476ac011da7e39e0 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Thu, 6 Apr 2023 17:59:34 +0200 Subject: [PATCH] Update README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0541774..72e2719 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,8 @@ Start by specifying that you will be using an external configuration file: And then create the file in the path you just specified: ```yaml -fail-on-severity: 'critical' -allow-licenses: +fail_on_severity: 'critical' +allow_licenses: - 'GPL-3.0' - 'BSD-3-Clause' - 'MIT'