Browse Source

Fix typo in README

master
Matt Baer 6 years ago
parent
commit
8bb7fe8abe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -7,7 +7,7 @@ go-nodeinfo is an implementation of [NodeInfo](https://github.com/jhass/nodeinfo

## Usage

`nodeinfo.Service` integrates with your exiting `net/http` server.
`nodeinfo.Service` integrates with your existing `net/http` server.

```go
package main


Loading…
Cancel
Save