docs: update readme

This commit is contained in:
João Gonçalves
2025-11-14 18:50:15 -01:00
committed by GitHub
parent 808d4dd0d1
commit 042975fdd7

View File

@@ -53,7 +53,7 @@ func main() {
}) })
}) })
v.Start(":3000") v.Start()
} }
``` ```