Skip to content

Commit 57f1e0c

Browse files
committed
Improve README description
1 parent b3cdd03 commit 57f1e0c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Codecov](https://img.shields.io/codecov/c/github/cdr/slog.svg?color=success)](https://codecov.io/gh/cdr/slog)
66
[![CI](https://img.shields.io/circleci/build/github/cdr/slog?label=ci)](https://github.com/cdr/slog/commits/master)
77

8-
slog is a minimal and idiomatic structured logging library for Go.
8+
slog is a minimal structured logging library for Go.
99

1010
## Install
1111

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ require (
1010
go.coder.com/go-tools v0.0.0-20190317003359-0c6a35b74a16
1111
go.opencensus.io v0.22.1
1212
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
13-
golang.org/x/tools v0.0.0-20190311212946-11955173bddd
1413
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
1514
gotest.tools/gotestsum v0.3.5
1615
mvdan.cc/sh v2.6.4+incompatible

0 commit comments

Comments
 (0)