Skip to content

Commit

Permalink
docs: patch separated commands (#6707)
Browse files Browse the repository at this point in the history
* Update npm-completion.md Separated Commands

These commands should be separated because the are appending different files. They should not be on the same copy code section.

* Update npm-completion.md

Removed extra return from code section
  • Loading branch information
michaelhiiva committed Aug 14, 2023
1 parent 04eb43f commit 8c24049
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/commands/npm-completion.md
Expand Up @@ -23,6 +23,11 @@ everywhere:

```bash
npm completion >> ~/.bashrc
```

OR

```bash
npm completion >> ~/.zshrc
```

Expand Down

0 comments on commit 8c24049

Please sign in to comment.