diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-03 13:33:56 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-03 13:33:56 -0500 |
commit | 0e45f12a50daccef560eb1ad57a4472de433a5c6 (patch) | |
tree | 1cafe2145c17bd87af0011e41079d4f1b2c7b345 | |
parent | da28c712b96ff8a3b21a25e7f2093ee8870fc5f9 (diff) | |
download | libresocial-0e45f12a50daccef560eb1ad57a4472de433a5c6.tar.lz libresocial-0e45f12a50daccef560eb1ad57a4472de433a5c6.tar.xz libresocial-0e45f12a50daccef560eb1ad57a4472de433a5c6.zip |
minor fix
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ Si usted es un experto puede reordenar sus directorios para mejor comodidad. - Dependencias - FontForge (Se necesita de una versión >= 20140101) - Python >= 2.6 or 3 - - sass + - Sass (npm install -g sass) ### Instrucciones @@ -78,7 +78,7 @@ Ejemplo: ``` dist/ ├── css - │ └── libresocial.css + │ └── libresocial.css └── fonts ├── libresocial.otf ├── libresocial.svg |