Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isaquepinheiro authored May 8, 2024
1 parent 88b8c63 commit da5cf11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In addition to these three methods, the framework also offers the feature of cre

#### Using with interfaces
```Delphi
{ /////////////////////// Registrando ///////////////////////// }
{ /////////////////////// Registering ///////////////////////// }
unit dfe.engine.acbr;
Expand Down Expand Up @@ -69,7 +69,7 @@ initialization
end.
{ /////////////////////// Recuperando ///////////////////////// }
{ /////////////////////// Recovering ///////////////////////// }
unit global.controller;
Expand Down Expand Up @@ -116,7 +116,7 @@ end.
#### Using with classes

```Delphi
{ /////////////////////// Registrando ///////////////////////// }
{ /////////////////////// Registering ///////////////////////// }
unit dfe.engine.acbr;
Expand Down Expand Up @@ -145,7 +145,7 @@ initialization
end.
{ /////////////////////// Recuperando ///////////////////////// }
{ /////////////////////// Recovering ///////////////////////// }
unit global.controller;
Expand Down

0 comments on commit da5cf11

Please sign in to comment.