@@ -35,11 +35,11 @@ Now you can read variables from Vestign contract. Please choose function from li

Following function will pvodide you with complete set of information:
Following functions will provide you with complete set of information:
getAmount(address) -> amount of EMRX granted.
getAmount(address) -> amount of EMRX granted to you.
getPeriod(address) -> Number of days in Vesting period
getPeriod(address) -> Number of days in your Vesting period
getReleasePeriods(address) -> Number of releases during the period. 1000 EMRX tokens vested for 100 days with 50 release periods means 10 EMRX will be available for withdrawal each 2 days.
...
...
@@ -47,4 +47,4 @@ getCurrentPeriod(address) - > current period
getStartTime(address) -> start of vesting period in Seconds from 1 Jan 1970 (UNIX timestamp)
withdraw() -> withdraw all avaialble EMRX tokens to yoru Address. Amount of EMRX will appear on your account.
withdraw() -> withdraw all avaialble EMRX tokens to your Address. Amount of EMRX will appear on your account.