diff --git a/docs/the-basics/helpers.mdx b/docs/the-basics/helpers.mdx index 91d2871a..50106cd1 100644 --- a/docs/the-basics/helpers.mdx +++ b/docs/the-basics/helpers.mdx @@ -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`): @@ -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`):