From 204406c17022111160c6846887331fc2a73e90e0 Mon Sep 17 00:00:00 2001 From: Di Warachet S Date: Sat, 15 Jun 2024 10:28:57 +0700 Subject: [PATCH] Update playground README (#478) --- playground/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/README.md b/playground/README.md index 6422488..2dcb098 100644 --- a/playground/README.md +++ b/playground/README.md @@ -4,7 +4,7 @@ Start with (may need to restart nvim after the first time) ```shell cd sampleApp -nvim -u ../init.lua main.go +nvim -u ../init_lazy.lua main.go ```