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:06 +01:00
committed by GitHub
parent 8698f70a5e
commit cafaca735d

View File

@@ -204,7 +204,7 @@ Now, we have a simple application that:
2. Connects to the XRP Ledger. 2. Connects to the XRP Ledger.
3. Looks up and prints information about the account you created. 3. Looks up and prints information about the account you created.
To run the app, you can copy the `_code-samples/get-started/php` directory [Github](https://github.com/XRPLF/xrpl4j-sample) and run it from the command line: To run the app, you can copy the code from [this website's GitHub Repository]({{target.github_forkurl}}/tree/{{target.github_branch}}/content/_code-samples/get-started/php/) and run it from the command line:
```console ```console
composer require hardcastle/xrpl_php composer require hardcastle/xrpl_php