Skip to content

Commit

Permalink
Fix README lua syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pvolok committed Jun 27, 2022
1 parent b324ea5 commit 8ae7dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local proc = vt.start("nvim", { width = 120, height = 20 })

print("Pid: " .. proc:pid())

# Wait until the terminal screen contains "[No Name]" text.
-- Wait until the terminal screen contains "[No Name]" text.
proc:wait_text("[No Name]")

print(proc:contents())
Expand Down

0 comments on commit 8ae7dd1

Please sign in to comment.