From 96e29f9fc219b2c65531646b70c56da9fe0ffd6a Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Tue, 11 Jan 2022 10:35:12 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87f0170..e5f03af 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,9 @@ use { ```vim " will generate annotation for the function you're inside :Neogen -" or you can force a certain type of annotation. It'll find the next upper node that matches the type -" E.g if you're on a method of a class and do :Neogen class, it'll find the class declaration and generate the annotation. +" or you can force a certain type of annotation. +" It'll find the next upper node that matches the type +" E.g if you're on a method of a class and do `:Neogen class`, it'll find the class declaration and generate the annotation. :Neogen func|class|type|... ```