Fixed spelling of CorDapp.

This commit is contained in:
Clinton Alexander 2016-11-02 11:23:31 +00:00
parent 69dcd45660
commit 18bd53711f

View File

@ -25,7 +25,7 @@ class Node {
*/
protected List<String> advertisedServices = []
/**
* Set the list of cordapps to install to the plugins directory. Each cordapp is a fully qualified Maven
* Set the list of CorDapps to install to the plugins directory. Each cordapp is a fully qualified Maven
* dependency name, eg: com.example:product-name:0.1
*
* @note Your app will be installed by default and does not need to be included here.