Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DownerCase committed Feb 19, 2025
1 parent a924179 commit 76dfd4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import (

"github.com/DownerCase/ecal-go/ecal"
"github.com/DownerCase/ecal-go/ecal/string/publisher"
"github.com/DownerCase/ecal-go/ecal/string/subscriber"
)

func main() {
Expand Down Expand Up @@ -70,7 +69,7 @@ func main() {
}()

// Receive messages
subscriber, err := subscriber.New("string topic")
subscriber, err := ecal.NewStringSubscriber("string topic")
if err != nil {
panic("Failed to Create string subscriber")
}
Expand Down

0 comments on commit 76dfd4f

Please sign in to comment.