From 557ba7e33649430b85836e13eb9bcb129c62249f Mon Sep 17 00:00:00 2001 From: Maciej Ostaszewski Date: Sun, 24 Jul 2022 03:44:56 +0200 Subject: [PATCH] docs: fix typo (#378) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c328892..491598d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ if len(os.Getenv("DEBUG")) > 0 { ``` …before you start your Bubble Tea program. To see what’s printed in real time, -run `tail -f debug.go` while you run your program in another window. +run `tail -f debug.log` while you run your program in another window. ## Libraries we use with Bubble Tea