diff --git a/.github/scripts/rename/README.md b/.github/scripts/rename/README.md index e11f3bb587..7df661609b 100644 --- a/.github/scripts/rename/README.md +++ b/.github/scripts/rename/README.md @@ -21,9 +21,9 @@ run from the repository root. `XRPL_XXX`. 2. `.github/scripts/rename/copyright.sh`: This script will remove superflous copyright notices. -3. `.github/scripts/rename/copyright.sh`: This script will rename all CMake - files from `RippleXXX.cmake` or `RippledXXX.cmake` to `XrplXXX.cmake`, and - any references to `ripple` and `rippled` (with or without capital letters) to +3. `.github/scripts/rename/cmake.sh`: This script will rename all CMake files + from `RippleXXX.cmake` or `RippledXXX.cmake` to `XrplXXX.cmake`, and any + references to `ripple` and `rippled` (with or without capital letters) to `xrpl` and `xrpld`, respectively. The name of the binary will remain as-is, and will only be renamed to `xrpld` by a later script.