From 3a17f9fe1b8d73b4c5e1c2a50586d3ef6bd345ad Mon Sep 17 00:00:00 2001 From: Jim Pick Date: Fri, 16 Aug 2019 10:33:46 -0700 Subject: [PATCH] Spelling fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 344b25a..b0b5b9f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ go get github.com/ipfs/go-log ## Usage -Once the pacakge is imported under the name `logging`, an instance of `EventLogger` can be created like so: +Once the package is imported under the name `logging`, an instance of `EventLogger` can be created like so: ```go var log = logging.Logger("subsystem name")