Update dactyl and minor indent fix.

This commit is contained in:
Oliver Eggert
2023-02-02 14:43:08 -08:00
parent 0c6e8b2ec6
commit d306922c1c
2 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ The general development path breaks down as follows:
1. Create a fork or branch in the [`rippled` repository](https://github.com/XRPLF/rippled) to develop your code.
**Tip:** If you're not sure where to start, _Dev Null Productions_ provides a detailed and thorough [`rippled` Source Code Guide](https://xrpintel.com/source).
**Tip:** If you're not sure where to start, _Dev Null Productions_ provides a detailed and thorough [`rippled` Source Code Guide](https://xrpintel.com/source).
2. Run unit and integration tests. Running a server in _stand-alone mode_ is useful for testing your changes in an isolated environment, but you may want to stand up a private network for extensive changes.