Skip to content

Commit

Permalink
Merge pull request #25 from BarriBarri20/fix-typo-readme
Browse files Browse the repository at this point in the history
fix typo readme
  • Loading branch information
wind-c authored Feb 25, 2023
2 parents 188155f + daf9b7e commit a04cadf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ docker run -p 1883:1883 -p 1882:1882 -p 8080:8080 comqtt:latest

``` go
import (
log
mqtt "github.com/wind-c/comqtt/server"
"github.com/wind-c/comqtt/server/listeners"
)

func main() {
Expand Down

0 comments on commit a04cadf

Please sign in to comment.