From 07a266c43468578bccb9ac8d3b9ea57ea4a553e2 Mon Sep 17 00:00:00 2001
From: takunomi-build-bot <build-bot@takunomi.space>
Date: Thu, 6 Mar 2025 12:28:51 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?=
 =?UTF-8?q?to=20latest=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
---
 README.md | 2 +-
 setup.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 73076b5..1af71d1 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Is capable of migrating from Javadoc based property specification to the
 Convert tests with `@DisplayName` to Javadoc:
 
 ```bash
-python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
+python -m standardize_test_format --javadoc --naming preserve --only-displayname -i <REPOSITORY_PATH>
 ```
 
 It it recommended that you do this with no unstaged changes, to more easily
diff --git a/setup.py b/setup.py
index d9255da..50b5f99 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ Is capable of migrating from Javadoc based property specification to the
 Convert tests with `@DisplayName` to Javadoc:
 
 ```bash
-python -m standardize_java_text --javadoc --only-displayname <REPOSITORY_PATH>
+python -m standardize_test_format --javadoc --naming preserve --only-displayname -i <REPOSITORY_PATH>
 ```
 
 It it recommended that you do this with no unstaged changes, to more easily