diff --git a/README.md b/README.md index 231d99e0..8518ff41 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If you send coins to that address, it will forward them on to the address you sp ``` cd examples - mvn exec:java -Dexec.mainClass=org.bitcoinj.examples.ForwardingService -Dexec.args="" + mvn exec:java -Dexec.mainClass=com.dogecoin.dogecoinj.examples.ForwardingService -Dexec.args="" ``` Note that this example app *does not use checkpointing*, so the initial chain sync will be pretty slow. You can make an app that starts up and does the initial sync much faster by including a checkpoints file; see the documentation for