Skip to content

Commit 6ddf97c

Browse files
authored
Update README.md
1 parent 71aa2a6 commit 6ddf97c

File tree

1 file changed

+10
-44
lines changed

1 file changed

+10
-44
lines changed

README.md

Lines changed: 10 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -193,70 +193,36 @@ Las contribuciones son bienvenidas. Si deseas agregar nuevas funcionalidades, co
193193
2. Leer nuestro archivo de [CONTRIBUTING](CONTRIBUTING.md) para seguir las pautas del proyecto.
194194
3. Consultar el archivo [TODO](TODO.md) y [CHANGELOG](CHANGELOG.md) si están disponibles para conocer pendientes o cambios recientes.
195195

196-
---
197196

198197
## 🤝 Contribuir
199198

200-
1. Haz un **fork** del repositorio.
201-
2. Crea una rama para tu feature:
202-
```bash
203-
git checkout -b feature/AmazingFeature
204-
```
205-
3. Realiza *commits* de tus cambios:
206-
```bash
207-
git commit -m 'Add some AmazingFeature'
208-
```
209-
4. Sube tu rama:
210-
```bash
211-
git push origin feature/AmazingFeature
212-
```
213-
5. Abre un **Pull Request** en GitHub.
199+
1. Haz un fork del repositorio.
200+
2. Crea una rama para tu feature: `git checkout -b feature/AmazingFeature`.
201+
3. Realiza commits de tus cambios: `git commit -m 'Add some AmazingFeature'`.
202+
4. Sube tu rama: `git push origin feature/AmazingFeature`.
203+
5. Abre un Pull Request en GitHub.
214204

215-
---
216205

217206
## 🐛 Reportar Problemas
218207

219208
1. Asegúrate de usar la última versión del SDK.
220-
2. Verifica si el problema ya fue reportado en la sección de [Issues](https://github.com/FiscalAPI/fiscalapi-credentials-net/issues).
221-
3. Proporciona un ejemplo mínimo reproducible que ayude a ubicar el error fácilmente.
222-
4. Incluye todos los mensajes de error relevantes o capturas de pantalla.
209+
2. Verifica si el problema ya fue reportado.
210+
3. Proporciona un ejemplo mínimo reproducible.
211+
4. Incluye los mensajes de error completos.
223212

224-
---
225213

226214
## 📄 Licencia
227215

228-
Este proyecto está licenciado bajo la **Licencia MPL**. Consulta el archivo [LICENSE](LICENSE.txt) para más detalles.
216+
Este proyecto está licenciado bajo la Licencia **MPL**. Consulta el archivo [LICENSE](LICENSE.txt) para más detalles.
229217

230-
---
231218

232219
## 🔗 Enlaces Útiles
233220

234-
- [SDK .NET (fiscalapi-net)](https://github.com/FiscalAPI/fiscalapi-net)
235221
- [Documentación Oficial](https://docs.fiscalapi.com)
236222
- [Portal de FiscalAPI](https://fiscalapi.com)
237223
- [Ejemplos WinForms/Console](https://github.com/FiscalAPI/fiscalapi-samples-net-winforms)
238224
- [Ejemplos ASP.NET](https://github.com/FiscalAPI/fiscalapi-samples-net-aspnet)
239225

240226
---
241227

242-
¡Gracias por usar **`Credentials`**! Siéntete libre de abrir un *issue* o un *pull request* en caso de dudas o sugerencias.
243-
Equipo de **Fiscalapi**.
244-
245-
246-
247-
248-
249-
250-
251-
252-
253-
254-
## 💡 Soporte
255-
256-
257-
- [Documentación](https://docs.fiscalapi.com)
258-
- [GitHub Issues](https://github.com/FiscalAPI/fiscalapi-credentials-net/issues)
259-
260-
---
261-
262-
Desarrollado con ❤️ por [Fiscalapi](https://www.fiscalapi.com)
228+
Desarrollado con ❤️ por [Fiscalapi](https://www.fiscalapi.com)

0 commit comments

Comments
 (0)