diff --git a/docs/v3/examples/completions/shell-completions.md b/docs/v3/examples/completions/shell-completions.md index 0d3225defc..901171a716 100644 --- a/docs/v3/examples/completions/shell-completions.md +++ b/docs/v3/examples/completions/shell-completions.md @@ -23,7 +23,7 @@ Enabling auto complete requires 2 things Consider the following program - ```go +```go package main import ( @@ -300,4 +300,4 @@ or `notepad $profile`) and add the line: ```powershell & path/to/autocomplete/.ps1 -``` \ No newline at end of file +```