From ab4169ad7243ef4f9614595af657667e1613f39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Gavil=C3=A1n?= Date: Tue, 14 Oct 2025 17:51:44 +0200 Subject: [PATCH] nuevo cambio --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5725c25..50a0a7d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a repository for the DevOps Workshop. It contains a simple Node.js application for demonstration purposes. The application is a simple web server that listens on port 3000 and returns a "Hello, World!" message. The application also contains a simple test suite that uses Jest. The aim of this repository is to demonstrate the basic concepts of DevOps, such as version control, branching strategies and CI/CD. +Nuevo cambio. + ## Prerequisites - [Git](https://git-scm.com/)