diff --git a/zsh/cat-a-file-with-line-numbers.md b/zsh/cat-a-file-with-line-numbers.md index e929ee4..a642013 100644 --- a/zsh/cat-a-file-with-line-numbers.md +++ b/zsh/cat-a-file-with-line-numbers.md @@ -13,7 +13,7 @@ gem 'rails', '4.2.0' gem 'pg' ``` -With the `-n` flag I can view that file with line numbers +With the `-n` flag you can view that file with line numbers ``` $ cat -n Gemfile