Update README.md

This commit is contained in:
Thulio Bittencourt 2021-04-07 23:30:06 -03:00
parent 24f0e4d8d4
commit 74797d04cd

View File

@ -221,9 +221,7 @@ No segundo grupo todas as <b>Actions</b> estão liberadas, exceto as que estão
begin
aJson := TJSONObject.ParseJSONValue('SEU JSON') as TJsonObject;
try
TSafety4D
.New
.LoadConfig(aJson);
TSafety4D.New.LoadConfig(aJson);
finally
aJson.Free;
end;