Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelhuertas committed Jun 30, 2019
1 parent 67353fa commit 7e59733
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 @@ -59,7 +59,7 @@ File.WriteAllBytes("path/to/signed-debit-note.xml", notaDebitoFirmada);
var xmlEvento = File.ReadAllText("path/to/unsigned-application-response.xml");
var eventoFirmado = firma.FirmarEvento(xmlEvento, fecha);
// guardar xml firmado
File.WriteAllBytes("path/to/signed-application-response.xml");
File.WriteAllBytes("path/to/signed-application-response.xml", eventoFirmado);

```

Expand Down

0 comments on commit 7e59733

Please sign in to comment.