Skip to content

Commit

Permalink
fix(helpers): adjust helpers heading
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Mar 14, 2024
1 parent c742b93 commit a65c7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/the-basics/helpers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const newArray = await Exec.concurrently(array, async (number) => {
})
```

### `Exec::link()`
#### `Exec::link()`

Link some library using any kind of package manager
(tested only with `npm`):
Expand All @@ -313,7 +313,7 @@ await Exec.link(['@athenna/mail', '@athenna/database'], {
})
```

### `Exec::install()`
#### `Exec::install()`

Install some library using any kind of package manager
(tested only with `npm`):
Expand Down

0 comments on commit a65c7ee

Please sign in to comment.