Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
labordep authored Oct 24, 2023
1 parent 2fb52ca commit b06f642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ Starting a component is equivalent to:

```smalltalk
MyComponentClass deploy.
component := MyComponentClass instanciate.
component := MyComponentClass instantiate.
MyComponentClass activate.
```

With a name:

```smalltalk
MyComponentClass deploy.
componentA := MyComponentClass instanciate: #compA.
componentA := MyComponentClass instantiate: #compA.
MyComponentClass activate: #compA.
```

Expand Down

0 comments on commit b06f642

Please sign in to comment.