Skip to content

Commit 6655fee

Browse files
authored
Update README.md
1 parent 779bc37 commit 6655fee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,14 @@ dotnet add package Fiscalapi
3131

3232
## ⚙️ Configuración
3333

34-
Configura el cliente con tus credenciales:
34+
Configura el cliente con [tus credenciales](https://docs.fiscalapi.com/credentials-info):
3535

3636
```csharp
3737
var settings = new FiscalApiOptions
3838
{
3939
ApiUrl = "https://test.fiscalapi.com", // Usa https://fiscalapi.com para producción
4040
ApiKey = "<tu_api_key>",
41-
ApiVersion = "v4",
4241
Tenant = "<tenant>",
43-
TimeZone = "America/Mexico_City"
4442
};
4543

4644
var fiscalApi = FiscalApiClient.Create(settings);

0 commit comments

Comments
 (0)