1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

fix: remove Hyper Terminal from tools used

This commit is contained in:
Divlo
2021-08-23 19:25:17 +02:00
parent aa12d626d2
commit b5945150b8
2 changed files with 2 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
```json
{
"name": "Divlo",
"pronouns": "He' | 'Him",
"pronouns": "He/Him",
"birthDate": "31/03/2003",
"nationality": "Alsace, France",
"interests": [
@@ -35,7 +35,7 @@
"programmingLanguages": ["JavaScript", "TypeScript", "Python"],
"frontEnd": ["HTML", "CSS", "Tailwind CSS", "React.js (+ Next.js)"],
"backEnd": ["Node.js", "Fastify", "Prisma", "PostgreSQL", "MySQL"],
"tools": ["Ubuntu", "Hyper Terminal", "VSCode", "Git", "Docker"]
"tools": ["Ubuntu", "Visual Studio Code", "Git", "Docker"]
}
}
```