Skip to content

Commit 28de9c2

Browse files
authored
Update README.md
1 parent 306c574 commit 28de9c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Puedes usar el SDK tanto en aplicaciones Node.js tradicionales como en framework
5757
const fiscalApi = FiscalapiClient.create(settings);
5858
```
5959

60-
Para ejemplos completos, consulta [samples-express](https://github.com/FiscalAPI/fiscalapi-samples-express).
60+
Para ejemplos completos, consulta [ejemplos Express](https://github.com/FiscalAPI/fiscalapi-samples-express), [ejemplos NestJs](https://github.com/FiscalAPI/fiscalapi-samples-nest) o [más ejemplos en NodeJs](https://github.com/FiscalAPI/fiscalapi-node/blob/main/examples/all-samples.ts).
6161

6262
---
6363

@@ -103,7 +103,7 @@ app.post('/invoices', async (req, res) => {
103103
});
104104
```
105105

106-
Para más ejemplos, revisa [samples-express](https://github.com/FiscalAPI/fiscalapi-samples-express).
106+
Para más ejemplos, revisa [ejemplos Express](https://github.com/FiscalAPI/fiscalapi-samples-express), [ejemplos NestJs](https://github.com/FiscalAPI/fiscalapi-samples-nest) o [más ejemplos en NodeJs](https://github.com/FiscalAPI/fiscalapi-node/blob/main/examples/all-samples.ts).
107107

108108

109109
## 🔄 Modos de Operación

0 commit comments

Comments
 (0)