coti-io / coti-node

COTI is the first DAG based chain protocol that's optimized for Enterprises and Stable-coins.
https://coti.io
GNU General Public License v3.0
188 stars 23 forks source link

Small typo on README #4

Closed carlos-verdes closed 4 years ago

carlos-verdes commented 4 years ago

One of the commands to run the project has a typo on the version.

It has:

java -jar fullnode/target/fullnode-1.0.2-SNAPSHOT.jar --spring.config.additional-location=fullnode1.properties

image

When the correct version is 1.2.0 (not 1.0.2):

java -jar fullnode/target/fullnode-1.2.0-SNAPSHOT.jar --spring.config.additional-location=fullnode1.properties

image