aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/main.go b/example/main.go
index 404c970..25e3720 100644
--- a/example/main.go
+++ b/example/main.go
@@ -11,7 +11,7 @@ import (
)
func main() {
- m := marusia.NewMarusia(messageHandler)
+ m := marusia.New(messageHandler)
server := http.Server{
Addr: ":8080",
Handler: m.Handler(),