Skip to content

Commit fc21ffb

Browse files
Merge branches 'main' and 'main' of github.com:VSoftTechnologies/VSoft.UUIDv7
2 parents eec881b + 0982465 commit fc21ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Clone the repository and add VSoft.UUIDv7.pas file to your project, or add the
2121
var
2222
guid : TGuid;
2323
begin
24-
guid := TGuidV7Helper.CreateV7;
24+
guid := TUUIDv7Helper.CreateV7;
2525
writeln(guid.ToString);
2626
end;
27-
```
27+
```

0 commit comments

Comments
 (0)