Skip to content

Commit b487bff

Browse files
committed
README,jsonrpc2: fix package top level synopsis
1 parent d98a7eb commit b487bff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![CircleCI][circleci-badge]][circleci] [![godoc.org][godoc-badge]][godoc] [![codecov.io][codecov-badge]][codecov] [![Releases][release-badge]][release] [![GA][ga-badge]][ga]
44

5-
Package jsonrpc2 is a implementation of the JSON RPC 2 spec for Go.
5+
Package jsonrpc2 is an implementation of the JSON-RPC 2 specification for Go.
66

77

88
<!-- badge links -->

jsonrpc2.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
// Package jsonrpc2 is an implementation of the JSON-RPC 2 specification for Go.
56
package jsonrpc2
67

78
import (

0 commit comments

Comments
 (0)