Skip to content

Commit

Permalink
Merge pull request #4 from arcticfox1919/arcticfox1919-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
arcticfox1919 committed Jul 10, 2023
2 parents 3354a24 + 2a893a2 commit ca01b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,7 +35,7 @@ class MyAChannel extends DefaultChannel{
void main() {
var app = Application(() => MyAChannel(''));
var app = Application(() => MyAChannel());
app.start(numberOfInstances: 2,consoleLogging: true);
}
```
Expand Down Expand Up @@ -86,7 +86,7 @@ class MyAChannel extends AppChannel {
}
void main() {
var app = Application(() => MyAChannel(''));
var app = Application(() => MyAChannel());
app.options = ApplicationOptions()..address = '127.0.0.1';
app.start(numberOfInstances: 2,consoleLogging: true);
}
Expand Down

0 comments on commit ca01b72

Please sign in to comment.