From ffc606ec77ca192f44b4db4464538f45e08ebbe7 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sat, 29 Jun 2024 11:33:24 +0930 Subject: [PATCH] Improve formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d641959..3ea13d8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You can find fully-formed examples using this library in ## Basic usage -``` +```go package main import ( @@ -53,7 +53,7 @@ func main() { context, time.Now().Format(time.Kitchen), events.EventTargetBoth, - 0)) + 0)) } time.Sleep(time.Second) }