Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gumbarros committed Mar 26, 2024
1 parent 7bb5b3c commit 3ef29e1
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 @@ -31,7 +31,7 @@ var danfe = new Danfe()
using (var pdf = new DanfePdf(danfe))
{
pdf.Generate();
pdf.SalveAs(@"C:\danfe.pdf");
pdf.SaveAs(@"C:\danfe.pdf");
}
```

Expand Down

0 comments on commit 3ef29e1

Please sign in to comment.