diff --git a/gugulet-hu.zip b/gugulet-hu.zip index 7d09b57..3f2a395 100644 Binary files a/gugulet-hu.zip and b/gugulet-hu.zip differ diff --git a/readme.md b/readme.md index 204a835..f23118b 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,11 @@ # Vale -My Vale package for customized linting rules. +My Vale package for customized linting rules. The style can be added as apackage by make the `.vale.ini` in the root of the project: + +```toml +MinAlertLevel = suggestion +Packages = https://git.gugulet.hu/g_it/vale/raw/branch/main/gugulet-hu.zip + +[*.md] +gugulet-hu = YES +```