Update content/tutorials/get-started/get-started-using-php.md

Co-authored-by: Rome Reginelli <mduo13@gmail.com>
This commit is contained in:
Alexander Busse
2023-11-17 17:04:15 +01:00
committed by GitHub
parent cafaca735d
commit 6af308b5b9

View File

@@ -276,7 +276,7 @@ For a detailed description of every response field, see [account_info](account_i
## Keep on building
Now that you know how to use `xrpl4j` to connect to the XRP Ledger, get an account, and look up information about it, you can also use `xrpl4j` to:
Now that you know how to use `XRPL_PHP` to connect to the XRP Ledger, get an account, and look up information about it, you can also use `XRPL_PHP` to:
* [Send XRP](send-xrp.html).
* [Set up secure signing](secure-signing.html) for your account.