From efe5325e3d287e52b3f14d18f795c93c2c2b5b96 Mon Sep 17 00:00:00 2001 From: Ruth Netser Date: Thu, 1 Aug 2024 18:23:17 +0300 Subject: [PATCH] Update readme with naming (#1997) Co-authored-by: Meni Yakove <441263+myakove@users.noreply.github.com> --- scripts/resource/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/resource/README.md b/scripts/resource/README.md index 3092ffdc6f..b2a79e32a0 100644 --- a/scripts/resource/README.md +++ b/scripts/resource/README.md @@ -23,6 +23,10 @@ poetry run python scripts/resource/class_generator.py --kind ``` +- Review the resource file; make sure that the filename and attribute names are named correctly. For example: + - `OATH` -> `oath` + - `CDIConfig` -> `cdi_config` + Run in interactive mode: ```bash