1 parent e16999a commit bdf5555Copy full SHA for bdf5555
1 file changed
README.md
@@ -16,7 +16,7 @@ A Go Struct Explorer Service (http.Handler) that offers remote inspection of any
16
17
## usage
18
19
- structexplorer.NewService("some structure", yourStruct).Start()
+ go structexplorer.NewService("some structure", yourStruct).Start()
20
21
then a HTTP service will be started
22
0 commit comments