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.