Skip to content

Commit

Permalink
deploy: 49be215
Browse files Browse the repository at this point in the history
  • Loading branch information
estebandelaf committed Jan 6, 2025
1 parent 3a39a53 commit 5f553e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/getting-started/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h1>Ejemplo</h1>
<p>El siguiente es un ejemplo básico de cómo generar el XML de un DTE.</p>

<pre><code class="language-php">// Iniciar aplicación.
$app = libredte_lib();
$app = \libredte\lib\Core\Application::getInstance();

// Preparar datos del DTE.
$data = [ /* aquí los datos del DTE */ ];
Expand Down

0 comments on commit 5f553e5

Please sign in to comment.