Skip to content

Commit fd56d9f

Browse files
authored
docs: remove old example from README (#561)
1 parent 6efd6d5 commit fd56d9f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,6 @@ This project uses Maven.
198198
~$ mvn package
199199
```
200200

201-
**To run the example project**
202-
Use the following command in the examples directory, be sure to update your algod network address and the API token
203-
parameters (see examples/README for more information):
204-
```
205-
~$ mvn exec:java -Dexec.mainClass="com.algorand.algosdk.example.Main" -Dexec.args="127.0.0.1:8080 ***X-Algo-API-Token***"
206-
```
207-
208201
### **To test**
209202
We are using separate version targets for production and testing to allow using JUnit5 for tests. Some IDEs, like IDEA
210203
do not support this very well. To workaround the issue a special `ide` profile should be enabled if your IDE does not

0 commit comments

Comments
 (0)