Update example in comment to latest pager syntax (#542)

This commit is contained in:
Code_Zealot 2024-04-18 07:23:40 -04:00 committed by GitHub
parent 1a0111eaff
commit 4bdcb2bc0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
// Package pager provides a pager (similar to less) for the terminal.
//
// $ cat file.txt | gum page
// $ cat file.txt | gum pager
package pager
import (