diff --git a/README.md b/README.md
index 198f126..433f2ad 100644
--- a/README.md
+++ b/README.md
@@ -208,7 +208,7 @@ I'd install it first and add its setup line :
- **Managing tabs with bufferline!**
-- Shift , or . cycle through opened tabs
+- Shift l or p cycle through opened tabs
- Shift x close current tab
- Shift t open new tab
diff --git a/lua/top-bufferline.lua b/lua/top-bufferline.lua
index d5680d6..3ed1c8a 100644
--- a/lua/top-bufferline.lua
+++ b/lua/top-bufferline.lua
@@ -73,5 +73,5 @@ map("n", "", [[tabnew]], opt)
map("n", "", [[bdelete]], opt)
-- tabnew and tabprev
-map("n", "", [[BufferLineCycleNext]], opt)
-map("n", "", [[BufferLineCyclePrev]], opt)
+map("n", "", [[BufferLineCycleNext]], opt) -- Another alternate is TAB/S-TAB or C-,/C-.
+map("n", "", [[BufferLineCyclePrev]], opt)