From 2393ef861b1a5cb4b1eb41370b78b25126f0ac7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Ignacio=20L=C3=B3pez=20Quintero?= Date: Mon, 20 Feb 2017 09:44:49 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4d96a5a5..f6a9a8fa 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ The same line of code but in different languages. -1. **Variables** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/01/01.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/01/01.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/01/01.py)**). -2. **Collections - Arrays/Lists** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/02/02.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/02/02.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/02/02.py)**). -3. **Conditionals** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/03/03.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/03/03.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/03/03.py)**). -4. **Loops** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/04/04.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/04/04.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/04/04.py)**). -5. **Functions** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/05/05.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/05/05.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/05/05.py)**). -6. **Classes** (**[PHP](https://github.com/milq/code/blob/master/learn/prog/06/06.php)**, **[JavaScript](https://github.com/milq/code/blob/master/learn/prog/06/06.js)**, **[Python](https://github.com/milq/code/blob/master/learn/prog/06/06.py)**). +1. **Variables** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/01/01.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/01/01.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/01/01.py)**). +2. **Collections - Arrays/Lists** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/02/02.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/02/02.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/02/02.py)**). +3. **Conditionals** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/03/03.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/03/03.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/03/03.py)**). +4. **Loops** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/04/04.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/04/04.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/04/04.py)**). +5. **Functions** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/05/05.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/05/05.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/05/05.py)**). +6. **Classes** (**[PHP](https://github.com/milq/milq/blob/master/learn/prog/06/06.php)**, **[JavaScript](https://github.com/milq/milq/blob/master/learn/prog/06/06.js)**, **[Python](https://github.com/milq/milq/blob/master/learn/prog/06/06.py)**). I use it only for didactic purposes, it does not cover all the characteristics of each language.