From 9b242e8de901d5d3d2a95d0ce9a97c4fef987ced Mon Sep 17 00:00:00 2001 From: danielebg <66106331+danielebg@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:17:14 -0500 Subject: [PATCH] Update participant.json --- controllers/participant/participant.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/controllers/participant/participant.json b/controllers/participant/participant.json index dd533613..1a7d873f 100644 --- a/controllers/participant/participant.json +++ b/controllers/participant/participant.json @@ -1,8 +1,8 @@ { - "name": "My name", - "description": "Description of my robot controller program.", - "team": ["Name of Team Member 1", "Name of Team Member 2", "etc."], - "organization": "My Company or University", - "country": "ISO 3166-1 alpha-2 country code", + "name": "UDITECH", + "description": "TEAM OF BUCARAMANGA - COLOMBIA", + "team": ["NMICHAEL VARGAS", "ANDRES CAPACHO", "DANIEL BLANCO"], + "organization": "UNIVERSIDAD DE INVESTIGACIÓN Y DESARROLLO - UDI", + "country": "CO", "programming": "Python" }