diff --git a/README.md b/README.md
index c323e93..5a0b6b0 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,13 @@ require "nvim-treesitter.configs".setup {
The playground comes with `:TSHighlightCapturesUnderCursor` that shows any treesitter or syntax highlight groups under the cursor.
-
+
-
+
+
+## Show treesitter node under the cursor
+
+If you only wish to view information about the node your cursor is currently on (without having to open up the full tree), you can use `:TSNodeUnderCursor` instead.
+A floating window containing information about the parser, node name and row/col ranges will be shown.
+
+