Fix typo in README

This commit is contained in:
Bart Thomee
2025-10-30 15:15:50 -04:00
parent 115f01978d
commit 808dcfb389

View File

@@ -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.