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 begin
aJson := TJSONObject.ParseJSONValue('SEU JSON') as TJsonObject; aJson := TJSONObject.ParseJSONValue('SEU JSON') as TJsonObject;
try try
TSafety4D TSafety4D.New.LoadConfig(aJson);
.New
.LoadConfig(aJson);
finally finally
aJson.Free; aJson.Free;
end; end;