Merge pull request #117 from mattyw/patch-1

drive by fix to README.md
This commit is contained in:
Simon Eskildsen 2015-01-23 12:37:18 -05:00
commit 539d4dc034
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Logrus is a structured logger for Go (golang), completely API compatible with Logrus is a structured logger for Go (golang), completely API compatible with
the standard library logger. [Godoc][godoc]. **Please note the Logrus API is not the standard library logger. [Godoc][godoc]. **Please note the Logrus API is not
yet stable (pre 1.0), the core API is unlikely change much but please version yet stable (pre 1.0), the core API is unlikely to change much but please version
control your Logrus to make sure you aren't fetching latest `master` on every control your Logrus to make sure you aren't fetching latest `master` on every
build.** build.**