Skip to content

Commit

Permalink
Merge pull request #201 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix(helpers): adjust helpers heading
  • Loading branch information
jlenon7 authored Mar 14, 2024
2 parents 92fc984 + a65c7ee commit 5d2c70b
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 5d2c70b

Please sign in to comment.