Skip to content

Commit

Permalink
Update links in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flashultra committed Oct 15, 2021
1 parent 99a01fb commit 58fd464
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ You can use Uuid to get any random number between some range, based on Xorshift1
| [`Uuid.validate()`](#uuidvalidateuuid-separatorbool) | Test a string to see if it is a valid UUID |
| [`Uuid.version()`](#uuidversionuuid-separatorint) | Detect RFC version of a UUID |
| | |
| [`flakeId.nextId()`](#uuidversionuuid-separatorint) | Return generated id |
| [`flakeId.setMachineId()`](#uuidversionuuid-separatorint) | Set unique machine id, default is random between 0 and 31 |
| [`flakeId.setDatacenterId()`](#uuidversionuuid-separatorint) | Set unique datecenter id, default is random between 0 and 31|
| [`flakeId.setCustomEpoch()`](#uuidversionuuid-separatorint) | Set custom Epoch time , default is 1420070400 |
| [`flakeId.timestamp()`](#uuidversionuuid-separatorint) | Get the current Unix time in milliseconds |
| [`flakeId.nextId()`](#flakeidnextidint64) | Return generated id |
| [`flakeId.setMachineId()`](#flakeidsetmachineidmachineidvoid) | Set unique machine id, default is random between 0 and 31 |
| [`flakeId.setDatacenterId()`](#flakeidsetdatacenteriddatacenteridvoid) | Set unique datecenter id, default is random between 0 and 31|
| [`flakeId.setCustomEpoch()`](#flakeidsetcustomepochcustomepochvoid) | Set custom Epoch time , default is 1420070400 |
| [`flakeId.timestamp()`](#flakeidtimestampint64) | Get the current Unix time in milliseconds |

## API Constants

Expand Down

0 comments on commit 58fd464

Please sign in to comment.