Skip to content

Commit

Permalink
Update README.md (#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
asim authored Jul 16, 2023
1 parent 416f65e commit 8a3a98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Optionally set fixed address
```golang
service := micro.NewService(
// set address
micro.Handle(":8080"),
micro.Address(":8080"),
)
```

Expand Down

0 comments on commit 8a3a98a

Please sign in to comment.