From beec14d870fdb4b480e67fe465fdb74a504d94cb Mon Sep 17 00:00:00 2001 From: figuretu <84239784+figuretu@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:16:15 +0800 Subject: [PATCH] fix(doc): modify mismatched code block (#432) Fixing markdown syntax errors in readme document --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc89ef3..ecca769 100644 --- a/README.md +++ b/README.md @@ -435,14 +435,15 @@ generate method stubs for implementing an interface Usage: -```` +``` :GoImpl {receiver} {interface} +``` Also, you can put the cursor on the struct and run -```vim +``` :GoImpl {interface} -```` +``` e.g: