1
0
mirror of https://github.com/writeas/go-nodeinfo.git synced 2025-07-27 09:20:04 +00:00

Fix typo in README

This commit is contained in:
Matt Baer 2018-07-23 20:30:51 +02:00
parent 7d5cba3237
commit 8bb7fe8abe

View File

@ -7,7 +7,7 @@ go-nodeinfo is an implementation of [NodeInfo](https://github.com/jhass/nodeinfo
## Usage ## Usage
`nodeinfo.Service` integrates with your exiting `net/http` server. `nodeinfo.Service` integrates with your existing `net/http` server.
```go ```go
package main package main