diff --git a/.gitignore b/.gitignore index da9d9d0..ab25887 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ _testmain.go /bin cover.out cover.html +/node_modules/ diff --git a/.readme.tmpl b/.readme.tmpl index 3154a1e..1f527d1 100644 --- a/.readme.tmpl +++ b/.readme.tmpl @@ -9,6 +9,7 @@ Blazing fast, structured, leveled logging in Go. Note that zap only supports the two most recent minor versions of Go. ## Quick Start +blah blah In contexts where performance is nice, but not critical, use the `SugaredLogger`. It's 4-10x faster than other structured logging diff --git a/README.md b/README.md index 0792c66..c14b020 100644 --- a/README.md +++ b/README.md @@ -134,3 +134,4 @@ pinned in the [benchmarks/go.mod][] file. [↩](#anchor-versions) Hello World Hello World +Hello World