Skip to content

Commit

Permalink
docs: add links for setup and application
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Hivert <[email protected]>
  • Loading branch information
ghivert committed Apr 17, 2024
1 parent ac0309d commit 8499910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You're good to go!

## Multiple apps setup

While it's easy to setup a single application with tardis, it can also be used to debug multiple applications in the same page. Tardis exposes two additional functions: `setup` and `application`. The first one initialize the instance of the debugger, while the second one allows to setup an application on the debugger!
While it's easy to setup a single application with tardis, it can also be used to debug multiple applications in the same page. Tardis exposes two additional functions: [`setup`](https://hexdocs.pm/tardis/tardis.html#setup) and [`application`](https://hexdocs.pm/tardis/tardis.html#application). The first one initialize the instance of the debugger, while the second one allows to setup an application on the debugger!

In case you're developping a independant package, you can even send the debugger instance directly to your application, and it will nicely integrate in it!

Expand Down

0 comments on commit 8499910

Please sign in to comment.