Skip to content

Commit 19721da

Browse files
authored
Update README.md
1 parent 60f1d36 commit 19721da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Puedes usar el SDK tanto en aplicaciones sin inyección de dependencias (WinForm
3939
```csharp
4040
var settings = new FiscalApiOptions
4141
{
42-
ApiUrl = "https://test.fiscalapi.com", // Cambia a https://fiscalapi.com para producción
42+
ApiUrl = "https://test.fiscalapi.com", // https://live.fiscalapi.com (producción)
4343
ApiKey = "<tu_api_key>",
4444
Tenant = "<tenant>"
4545
};
@@ -60,7 +60,7 @@ Para ejemplos completos, consulta [winforms-console](https://github.com/FiscalAP
6060
```jsonc
6161
{
6262
"FiscalapiSettings": {
63-
"ApiUrl": "https://test.fiscalapi.com",
63+
"ApiUrl": "https://test.fiscalapi.com", // https://live.fiscalapi.com (producción)
6464
"ApiKey": "<YourApiKeyHere>",
6565
"ApiVersion": "v4",
6666
"Tenant": "<YourTenantHere>",
@@ -90,7 +90,7 @@ public class InvoicesController : Controller
9090
}
9191
```
9292

93-
Para más ejemplos, revisa [asp-net](https://github.com/FiscalAPI/fiscalapi-samples-net-aspnet).
93+
Para más ejemplos, revisa [samples-asp-net](https://github.com/FiscalAPI/fiscalapi-samples-net-aspnet).
9494
9595

9696
## 🔄 Modos de Operación

0 commit comments

Comments
 (0)