Skip to content

Commit b9c362b

Browse files
Update README.md
1 parent 228ac76 commit b9c362b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
# sigsci-module-golang
55

6-
The Signal Sciences module in golang allows for integrating your golang
6+
The Signal Sciences module in Golang allows for integrating your Golang
77
application directly with the Signal Sciences agent at the source code
8-
level. This golang module is written as a `http.Handler` wrapper. To
8+
level. It is written as an `http.Handler` wrapper. To
99
integrate your application with the module, you will need to wrap your
1010
existing handler with the module handler.
1111

@@ -62,7 +62,7 @@ go run examples/helloworld/main.go /tmp/sigsci.sock
6262
go run examples/helloworld/main.go localhost:9999
6363
```
6464

65-
This will run a HTTP listener on `localhost:8000`, which will send any
65+
This will run an HTTP listener on `localhost:8000`, which will send any
6666
traffic to this listener to a running sigsci-agent for inspection.
6767

6868
[doc-img]: https://godoc.org/github.com/signalsciences/sigsci-module-golang?status.svg

0 commit comments

Comments
 (0)