We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98a7eb commit b487bffCopy full SHA for b487bff
README.md
@@ -2,7 +2,7 @@
2
3
[![CircleCI][circleci-badge]][circleci] [![godoc.org][godoc-badge]][godoc] [![codecov.io][codecov-badge]][codecov] [![Releases][release-badge]][release] [![GA][ga-badge]][ga]
4
5
-Package jsonrpc2 is a implementation of the JSON RPC 2 spec for Go.
+Package jsonrpc2 is an implementation of the JSON-RPC 2 specification for Go.
6
7
8
<!-- badge links -->
jsonrpc2.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// Package jsonrpc2 is an implementation of the JSON-RPC 2 specification for Go.
package jsonrpc2
import (
0 commit comments